IFlowTriggerProperties
Represents the properties required for a flow trigger, including project and flow details, source options, and parameters.
Properties
| Name | Description |
|---|---|
| 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 the property has been modified programmatically. |
| 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. |