FlowStartResponse Properties
An object defining properties for the FlowStartResponse class.
InstanceId
Gets or sets the instance identifier for the workflow response.
Type: string
Status
Gets or sets the status of the workflow response.
Type: FlowState
Accepted Values:
Name Value None 0 WaitingForRequest 1 Finished 2
CurrentRequestForUser
Gets or sets the current request identifier for the user, if applicable.
Result
Gets or sets a value indicating the success or failure of the workflow start operation.
Type: bool
FinishDate
Gets or sets the finish date of the workflow response, if applicable.
Type: DateTimeOffset?
Requests
Gets or sets the dictionary of requests associated with the workflow response.
Type: Dictionary<string, long>
NewRequestForUser
Gets or sets the new request identifier for the user, if applicable.
ProcessId
Gets or sets the process identifier for the workflow response.
Type: long