Class DecisionTable
OptimaJet.Workflow.Core.Plugins.BasicsPlugin.DecisionTable
Namespace: OptimaJet.Workflow.Core.Plugins.BasicsPlugin
public class DecisionTable : ActivityBaseInheritance
- System.Object
- FormBase
- ActivityBase
Properties
Name
Type
Type #StringSVGTemplate #StringTitle #StringTemplate #StringDescription #StringAllowCycleTransition #BooleanIf true, you can create a cycle transition from this activity to itself. If false, you can't do it.
IsOutgoingTransitionsReadonly #BooleanIf true, the outgoing transitions of the activity are read-only, and can be edited only via the activity form.
SaveToAnnotationsPolicy #SaveToAnnotationsPolicyDefines the policy for saving attributes to annotations.
DefaultValues #Dictionary<Object>Methods
public override Task ExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessInstanceProcessInstanceparametersDictionary<String>tokenCancellationTokenReturns
Type
Description
Taskpublic override Task PreExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessInstanceProcessInstanceparametersDictionary<String>tokenCancellationTokenReturns
Type
Description
Task