Interface WorkflowNextEvent<T>

Type Parameters

Hierarchy

  • WorkflowNextEvent

Properties

Methods

Properties

nextState?: keyof T & string

Methods

  • Schedule to apply the next workflow step when all event listeners have been called.

    Type Parameters

    • S extends string

    Parameters

    • nextState: S
    • Optional event: ExtractClassType<T[S]>

    Returns void

Generated using TypeDoc