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