Class FormBase
OptimaJet.Workflow.Core.FormBase
Namespace: OptimaJet.Workflow.Core
public abstract class FormBaseInheritance
- System.Object
Constructors
public FormBase() #Properties
Name
Type
Disabled #BooleanType #StringTitle #StringTemplate #StringParameters #List<CodeActionParameterDefinition>DefaultValues #Dictionary<Object>Methods
public abstract Task ExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessInstanceProcessInstanceparametersDictionary<String>tokenCancellationTokenReturns
Type
Description
Taskpublic abstract Task PreExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessInstanceProcessInstanceparametersDictionary<String>tokenCancellationTokenReturns
Type
Description
TaskFields
public static readonly string CustomTypeAnnotationName #