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
| Name | Description |
|---|---|
| ActionType | Gets or sets the type of action performed in the workflow. |
| Status | Gets or sets the status of the workflow response. |
| InstanceId | Gets or sets the instance identifier for the workflow response. |
| ProcessDecryptedSecret | Gets or sets the decrypted secret for the process. |
| NewRequestForUser | Gets or sets the new request identifier for the user, if applicable. |
| ProcessSecretKey | Gets or sets the secret key for the process. |
| ProcessRequestDecryptedSecret | Gets or sets the decrypted secret for the process request. |
| Requests | Gets or sets the dictionary of requests associated with the workflow response. |
| CurrentRequestForUser | Gets or sets the current request identifier for the user, if applicable. |
| Forms | Gets or sets the list of form responses associated with the save and continue operation. |
| ActionResult | Gets or sets a value indicating the success or failure of the action performed. |
| ProcessRequestSecretKey | Gets or sets the secret key for the process request. |
| FinishDate | Gets or sets the finish date of the workflow response, if applicable. |
| ProcessId | Gets or sets the process identifier for the workflow response. |