@servicenow/sdk - v4.9.0
    Preparing search index...

    Variable PlaybookTriggerTypesConst

    PlaybookTriggerTypes: {
        RecordCreate: RecordCreateTrigger;
        RecordCreateOrUpdate: RecordCreateOrUpdateTrigger;
        RecordUpdate: RecordUpdateTrigger;
        Scheduled: ScheduledTrigger;
    } = ...

    Available playbook trigger types. Use these as the first argument to PlaybookTrigger() or wfa.playbook.trigger().

    Each value references the corresponding .now.ts trigger type definition, allowing the build system to resolve through to read $id and input sysId values.

    Type Declaration