Skip to main content

IFlowTriggerProperties Properties

An object defining properties for the IFlowTriggerProperties 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 the property has been modified programmatically.

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.

Type: IFlowTriggerSourceOptions


ShowFlowHistory

Indicates whether the flow history should be displayed.

Type: bool


TriggeredProcessCountVariable

Represents the variable holding the count of triggered processes.

Type: string


FlowName

Specifies the name of the flow.

Type: string