FlowBaseResponse
The FlowBaseResponse
class serves as a base response model for workflow operations, encapsulating details such as instance ID, process ID, status, finish date, and user requests.
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. |
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. |