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.
InstanceIdGets or sets the instance identifier for the workflow response.
FormsGets or sets the list of form responses associated with the save and continue operation.
ProcessRequestDecryptedSecretGets or sets the decrypted secret for the process request.
ActionResultGets or sets a value indicating the success or failure of the action performed.
ProcessSecretKeyGets or sets the secret key for the process.
StatusGets or sets the status of the workflow response.
ProcessDecryptedSecretGets or sets the decrypted secret for the process.
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.
ProcessRequestSecretKeyGets or sets the secret key for the process request.
ProcessIdGets or sets the process identifier for the workflow response.