Interface Task<C extends FlowContext>

    • Method Detail

      • apply

        elemental2.promise.Promise<C> apply​(C context)
        Executes the task.
        Parameters:
        context - the context shared between tasks
        Returns:
        a promise containing the shared context