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