FlowTriggerProperties
Represents properties required for flow triggers, inheriting from BimserWorkflowObjectProperties and implementing IFlowTriggerProperties.
Properties
Name | Description |
---|---|
ParentProcessId | Represents the unique identifier of the parent process. |
ProjectName | Specifies the name of the project. |
ProjectId | Represents the unique identifier of the project. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
FlowId | Represents the unique identifier of the flow. |
StarterUser | Specifies the identifier of the user who initiated the trigger. |
StarterUserType | Specifies the type of identifier used for the starter user. |
Parameters | Represents the parameters used for the flow trigger as a dictionary. |
Source | Represents the source options for the flow trigger. |
ShowFlowHistory | Indicates whether the flow history should be displayed. |
TriggeredProcessCountVariable | Represents the variable holding the count of triggered processes. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
FlowName | Specifies the name of the flow. |