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

    Reference to an activity in the playbook. Used in Run.After() to specify activity dependencies.

    interface ActivityReference {
        __activityRef: true;
        outputs: any;
        state: string;
        sysId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __activityRef: true
    outputs: any
    state: string

    Runtime state of the activity (e.g. PENDING, COMPLETE). Usable in condition pills.

    sysId: string

    Sys_id of the activity record. Standard format data pill references only (not usable in conditions).