Class ExclusiveGateway
OptimaJet.Workflow.BpmnPlugin.Elements.ExclusiveGateway
Namespace: OptimaJet.Workflow.BpmnPlugin.Elements
public class ExclusiveGateway : BpmnActivityBaseInheritance
- System.Object
- FormBase
- ActivityBase
- BpmnActivityBase
Constructors
public ExclusiveGateway(Func<bool> getDisabled) #Parameters
Name
Type
Description
getDisabledFunc<Boolean>Properties
Name
Type
Type #StringSVGTemplate #StringTemplate #StringTitle #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>Fields
public const string CustomType = "BpmnExclusiveGateway" #