Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class RuntimeApiExtensions

OptimaJet.Workflow.Plugins.FormsPlugin.RuntimeApiExtensions

Provides extension methods for the WorkflowRuntime class to integrate and manage forms plugin functionality.

public static class RuntimeApiExtensions

Inheritance

  • System.Object

Methods

public static FormsRuntimeApi GetFormsRuntimeApi(this WorkflowRuntime runtime) #
Retrieves the FormsRuntimeApi instance associated with the provided WorkflowRuntime.

Parameters

Name
Type
Description
runtime
WorkflowRuntime
The instance of the WorkflowRuntime from which the FormsRuntimeApi is obtained.

Returns

Type
Description
FormsRuntimeApi
An initialized instance of FormsRuntimeApi.