FlowSaveAndContinueResponse Properties
An object defining properties for the FlowSaveAndContinueResponse class.
ActionType
Gets or sets the type of action performed in the workflow.
Type: FlowActionType
Accepted Values:
Name Value Start 0 Continue 1
InstanceId
Gets or sets the instance identifier for the workflow response.
Type: string
Forms
Gets or sets the list of form responses associated with the save and continue operation.
Type: List<FormSaveWithNameResponse>
ProcessRequestDecryptedSecret
Gets or sets the decrypted secret for the process request.
Type: RequestSecret
ActionResult
Gets or sets a value indicating the success or failure of the action performed.
Type: bool
ProcessSecretKey
Gets or sets the secret key for the process.
Type: string
See Also
- SecretKeys todo
Status
Gets or sets the status of the workflow response.
Type: FlowState
Accepted Values:
Name Value None 0 WaitingForRequest 1 Finished 2
ProcessDecryptedSecret
Gets or sets the decrypted secret for the process.
Type: ProcessSecret
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.
Type: DateTimeOffset?
Requests
Gets or sets the dictionary of requests associated with the workflow response.
Type: Dictionary<string, long>
NewRequestForUser
Gets or sets the new request identifier for the user, if applicable.
ProcessRequestSecretKey
Gets or sets the secret key for the process request.
Type: string
See Also
- SecretKeys todo
ProcessId
Gets or sets the process identifier for the workflow response.
Type: long