Represents an instance of an activity in the plan.

Type Parameters

Hierarchy

  • ActivityInstance

Constructors

Properties

Methods

Constructors

  • Type Parameters

    Parameters

    • activityType: A
    • alias: string

    Returns ActivityInstance<A>

Properties

parameters: ReturnType<{
    activity: ((alias: string) => {
        parameter: Discrete<string>;
    });
}[A]>

Methods

  • Produces an instantaneous window at the end of the activity.

    Returns Spans

  • Produces a span for the duration of the activity.

    Returns Spans

  • Produces an instantaneous window at the start of the activity.

    Returns Spans

  • Produces a window for the duration of the activity.

    Returns Windows

Generated using TypeDoc