FlowContinueResponse
The FlowContinueResponse
class extends FlowBaseResponse
to include a result indicating the success or failure of a workflow continuation operation.
Properties
Name | Description |
---|---|
InstanceId | Gets or sets the instance identifier for the workflow response. |
Status | Gets or sets the status of the workflow response. |
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 continuation operation. |
FinishDate | Gets or sets the finish date of the workflow response, if applicable. |
Requests | Gets or sets the dictionary of requests associated with the workflow response. |
NewRequestForUser | Gets or sets the new request identifier for the user, if applicable. |
ProcessId | Gets or sets the process identifier for the workflow response. |