CreateWorkflowStep

  • key
    Type: string
    required

    Unique key for this step

  • type
    Type: stringenum
    required

    Type of step

    values
    • group
    • participant
  • action
    Type: object
    • assignments
      Type: array object[]
    • envelopeKey
      Type: string
    • type
      enum
      const:  
      sign

      Type for action

      values
      • sign
  • children
    Type: array object[] · CreateWorkflowStep[]
    • key
      Type: string
      required

      Unique key for this step

    • type
      Type: stringenum
      required

      Type of step

      values
      • group
      • participant
    • action
      Type: object
    • children
      Type: array object[] · CreateWorkflowStep[]
    • completionRule
      Type: stringenum
      values
      • all
      • any
      • quorum
    • executionMode
      Type: stringenum
      values
      • sequential
      • parallel
    • includeIf
      Type: string
    • name
      Type: string
    • onCompleteMappers
      Type: array object[]
    • onCompleteValidationExpression
      Type: string
    • participantKey
      Type: string
    • quorumCount
      Type: integer

      Integer numbers.

  • completionRule
    Type: stringenum
    values
    • all
    • any
    • quorum
  • executionMode
    Type: stringenum
    values
    • sequential
    • parallel
  • includeIf
    Type: string
  • name
    Type: string
  • onCompleteMappers
    Type: array object[]
    • mapperExpression
      Type: string
    • targetEntityKey
      Type: string
  • onCompleteValidationExpression
    Type: string
  • participantKey
    Type: string
  • quorumCount
    Type: integer

    Integer numbers.