@mendix/extensions-api - v0.6.0
    Preparing search index...

    Interface ParallelSplitOutcome

    interface ParallelSplitOutcome {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Workflows$ParallelSplitOutcome";
        flow: Workflows.Flow;
        persistentId: string;
        delete(): void;
        getContainer(): ParallelSplitActivity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$ParallelSplitOutcome"

    The type of the element.

    persistentId: string

    Methods

    • Returns void