Interface CurrentsTriggerNodeParameters

Source
interface CurrentsTriggerNodeParameters {
    events?: (
        | "RUN_CANCELED"
        | "RUN_FINISH"
        | "RUN_START"
        | "RUN_TIMEOUT"
    )[];
    projectId?: { mode: "id"
    | "list"; value: string };
}

Properties§

§readonly events?: (
    | "RUN_CANCELED"
    | "RUN_FINISH"
    | "RUN_START"
    | "RUN_TIMEOUT"
)[]

The events to listen to Default: []

§readonly projectId?: { ... }

The Currents project Default: {"mode":"list","value":""}