FlowSecret Constructors
An object defining constructors for the FlowSecret class.
FlowSecret(flowId, requestId, startImmediately, expectedDocumentCount, draftScopeId, projectId, deploymentId, canSaveAsDraft)
Initializes a new instance of the FlowSecret
class with specified parameters.
Parameters:
flowId (required): string
The unique identifier of the flow.
requestId (required): long
The request identifier.
startImmediately (required): bool
Whether the flow should start immediately.
expectedDocumentCount (required): int
The expected number of documents.
draftScopeId (required): string
The draft scope identifier.
projectId (required): string
The project identifier.
deploymentId (required): string
The deployment identifier.
canSaveAsDraft (required): bool
Whether the flow can be saved as a draft.