FlowTriggerProperties Properties
An object defining properties for the FlowTriggerProperties class.
ParentProcessId
Represents the unique identifier of the parent process.
Type: string
ProjectName
Specifies the name of the project.
Type: string
ProjectId
Represents the unique identifier of the project.
Type: string
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
FlowId
Represents the unique identifier of the flow.
Type: string
StarterUser
Specifies the identifier of the user who initiated the trigger.
Type: string
StarterUserType
Specifies the type of identifier used for the starter user.
Type: UserIdentifierType
Parameters
Represents the parameters used for the flow trigger as a dictionary.
Type: Dictionary<string, IFlowParameter>
Source
Represents the source options for the flow trigger.
ShowFlowHistory
Indicates whether the flow history should be displayed.
Type: bool
TriggeredProcessCountVariable
Represents the variable holding the count of triggered processes.
Type: string
Caption
A dictionary containing captions for workflow objects, mapping identifiers to their display names.
Type: Dictionary<string, string>
FlowName
Specifies the name of the flow.
Type: string