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
StatusGets or sets the status of the workflow response.
InstanceIdGets or sets the instance identifier for the workflow response.
NewRequestForUserGets or sets the new request identifier for the user, if applicable.
RequestsGets or sets the dictionary of requests associated with 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.
ProcessIdGets or sets the process identifier for the workflow response.