Skip to main content

FlowSaveAndContinueResponse

The FlowSaveAndContinueResponse class extends FlowBaseResponse to include additional properties for handling save and continue operations in a workflow, such as action type, result, and form responses.

Properties

NameDescription
ActionTypeGets or sets the type of action performed in the workflow.
StatusGets or sets the status of the workflow response.
InstanceIdGets or sets the instance identifier for the workflow response.
ProcessDecryptedSecretGets or sets the decrypted secret for the process.
NewRequestForUserGets or sets the new request identifier for the user, if applicable.
ProcessSecretKeyGets or sets the secret key for the process.
ProcessRequestDecryptedSecretGets or sets the decrypted secret for the process request.
RequestsGets or sets the dictionary of requests associated with the workflow response.
CurrentRequestForUserGets or sets the current request identifier for the user, if applicable.
FormsGets or sets the list of form responses associated with the save and continue operation.
ActionResultGets or sets a value indicating the success or failure of the action performed.
ProcessRequestSecretKeyGets or sets the secret key for the process request.
FinishDateGets or sets the finish date of the workflow response, if applicable.
ProcessIdGets or sets the process identifier for the workflow response.