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

    Interface NonInterruptingTimerBoundaryEvent

    interface NonInterruptingTimerBoundaryEvent {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Workflows$NonInterruptingTimerBoundaryEvent";
        annotation: null | Workflows.Annotation;
        caption: string;
        firstExecutionTime: null | string;
        flow: Workflows.Flow;
        persistentId: string;
        recurrence: null | LinearRecurrence;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$NonInterruptingTimerBoundaryEvent"

    The type of the element.

    annotation: null | Workflows.Annotation
    caption: string
    firstExecutionTime: null | string
    persistentId: string
    recurrence: null | LinearRecurrence