@servicenow/sdk - v4.7.0
    Preparing search index...
    stage: (_config: FlowStageConfig) => void = Stage

    Activate a flow stage declared in the stages config header. Pass params.stages.<key>.

    Type Declaration

      • (_config: FlowStageConfig): void
      • Marks the start of a stage boundary in the flow body. Pass a stage declared in the stages config header via params.stages.<key>.

        wfa.stage(params.stages.review)
        

        All action instances that follow (until the next wfa.stage() call or end of flow) belong to this stage.

        Parameters

        Returns void