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