Skip to main content

FlowBaseResponse Properties

An object defining properties for the FlowBaseResponse 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:

NameValue
None0
WaitingForRequest1
Finished2

CurrentRequestForUser

Gets or sets the current request identifier for the user, if applicable.

Type: long?


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.

Type: long?


ProcessId

Gets or sets the process identifier for the workflow response.

Type: long