@oneblink/sdk-core
    Preparing search index...

    Type Alias FormApprovalStepConcurrent<T>

    type FormApprovalStepConcurrent<T extends FormApprovalFlowNodeBase> = {
        nodes: T[];
        type: "CONCURRENT";
    }

    Type Parameters

    Index

    Properties

    Properties

    nodes: T[]
    type: "CONCURRENT"

    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.