Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class Decision

OptimaJet.Workflow.Core.Plugins.BasicsPlugin.Decision

public class Decision : ActivityBase

Inheritance

Properties

Name
Type
Type #
String
SVGTemplate #
String
Template #
String
Title #
String
Description #
String
AllowCycleTransition #
Boolean
If true, you can create a cycle transition from this activity to itself. If false, you can't do it.
IsOutgoingTransitionsReadonly #
Boolean
If true, the outgoing transitions of the activity are read-only, and can be edited only via the activity form.
SaveToAnnotationsPolicy #
SaveToAnnotationsPolicy
Defines 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
runtime
WorkflowRuntime
processInstance
ProcessInstance
parameters
Dictionary<String>
token
CancellationToken

Returns

Type
Description
Task
public override Task PreExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
processInstance
ProcessInstance
parameters
Dictionary<String>
token
CancellationToken

Returns

Type
Description
Task