Assembly: OptimaJet.Workflow.BpmnPlugin

Class TSubProcess

OptimaJet.Workflow.BpmnPlugin.Model.TSubProcess

public class TSubProcess : TActivity

Type Hierarchy

Constructors

public TSubProcess() #

Initializes a new instance of the TSubProcess class.

Properties

public Collection<TLaneSet> LaneSet { get; } #
public bool LaneSetSpecified { get; } #

Gets a value indicating whether the LaneSet collection is empty.

public Collection<TFlowElement> FlowElement { get; } #
public bool FlowElementSpecified { get; } #

Gets a value indicating whether the FlowElement collection is empty.

public Collection<TArtifact> Artifact { get; } #
public bool ArtifactSpecified { get; } #

Gets a value indicating whether the Artifact collection is empty.

public bool TriggeredByEvent { get; set; } #