Skip to main content

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

NameDescription
InstanceIdGets or sets the instance identifier for the workflow response.
StatusGets or sets the status of the workflow response.
CurrentRequestForUserGets or sets the current request identifier for the user, if applicable.
FinishDateGets or sets the finish date of the workflow response, if applicable.
RequestsGets or sets the dictionary of requests associated with the workflow response.
NewRequestForUserGets or sets the new request identifier for the user, if applicable.
ProcessIdGets or sets the process identifier for the workflow response.