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

    Interface InterruptingTimerBoundaryEvent

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

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$InterruptingTimerBoundaryEvent"

    The type of the element.

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