Type Alias FormApprovalStepStandard<T>

FormApprovalStepStandard<T>: {
    type?: "STANDARD";
} & T

Type Parameters

Type declaration

  • Optionaltype?: "STANDARD"

    The type of the approval step. CONCURRENT steps have multiple groups assigned that must be approved in parallel before the flow can move on to the next step. STANDARD steps are single steps approved sequentially.