BlueprintStep
- keyType: stringrequired
Unique identifier for this step
- typeType: stringenumrequired
Type of workflow step
values- group
- participant
- actionType: object
Action configuration (for participant steps)
- assignmentsType: array object[]required
Mappings between documents and template roles
- envelopeType: string
Key requiredEnvelope key grouping related documents for signing
- typeenumconst:signrequired
Type for action
values- sign
- childType: array string[]
Step Keys Array of child step keys (for group steps)
- completionType: stringenum
Rule Rule for determining when this step is complete (for group steps)
values- all
- any
- quorum
- executionType: stringenum
Mode How child steps should be executed (for group steps)
values- parallel
- sequential
- includeType: string
If JSONata expression that determines whether this step should be included in the workflow
- nameType: string
Human-readable name for this step
- onType: array object[]
Complete Mappers Data mappers that transform entity data when step completes
- mapperType: string
Expression requiredJSONata expression that runs on current entity data to produce new values
- targetType: string
Entity Key requiredEntity key to update with mapped data
- onType: string
Complete Validation Expression JSONata expression to validate data when step completes
- participantType: string
Key Participant key that this step is assigned to
- quorumType: integer
Count Number of child steps required for quorum completion (when completionRule is 'quorum')
