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