Member Junction
    Preparing search index...

    Type Alias ConditionInvocation

    The invocation's contribution to the condition envelope — the flow dialect's data/context.

    Separate from the origin's output on purpose: payload, output and stepResult describe what the previous STEP produced, while these describe how the workflow was INVOKED. They travel with the graph on its parent's metadata bag because the instance evaluating a condition is routinely not the process that accepted the graph.

    type ConditionInvocation = {
        Context?: unknown;
        Data?: unknown;
    }
    Index

    Properties

    Properties

    Context?: unknown
    Data?: unknown