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

    Interface WaitForNotificationActivity

    interface WaitForNotificationActivity {
        $CreationOptions?: WaitForNotificationActivityCreationOptions;
        $ID: string;
        $Type: "Workflows$WaitForNotificationActivity";
        annotation: null | Workflows.Annotation;
        boundaryEvents: BoundaryEvent[];
        caption: string;
        name: string;
        persistentId: string;
        relativeMiddlePoint: Location;
        size: Size;
        addInterruptingTimerBoundaryEvent(): Promise<
            InterruptingTimerBoundaryEvent,
        >;
        addNonInterruptingTimerBoundaryEvent(): Promise<
            NonInterruptingTimerBoundaryEvent,
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$WaitForNotificationActivity"

    The type of the element.

    annotation: null | Workflows.Annotation
    boundaryEvents: BoundaryEvent[]
    caption: string
    name: string
    persistentId: string
    relativeMiddlePoint: Location
    size: Size

    Methods