Skip to main content

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:

NameValue
Start0
Continue1

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:

NameValue
None0
WaitingForRequest1
Finished2

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.

Type: long?


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.

Type: long?


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