Skip to main content

FlowSecret

The FlowSecret class represents the security-related information for a flow, including identifiers, request details, and draft handling.

Properties

NameDescription
StartImmediatelyIndicates whether the flow should start immediately.
DeploymentIdThe deployment identifier associated with the flow.
ExpectedDocumentCountThe number of documents expected in the flow.
DraftScopeIdThe identifier for the draft scope.
CanSaveAsDraftSpecifies whether the flow can be saved as a draft.
RandomValueA randomly generated value, created when the secret is initialized.
TokenIdThe unique identifier associated with the secret token.
ProjectIdThe project identifier associated with the flow.
RequestIdThe request identifier associated with the flow.
FlowIdThe unique identifier of the flow.

Constructors

NameDescription
FlowSecret(flowId, requestId, startImmediately, expectedDocumentCount, draftScopeId, projectId, deploymentId, canSaveAsDraft)Initializes a new instance of the FlowSecret class with specified parameters.