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

Constructors

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