@servicenow/sdk - v4.4.1
    Preparing search index...
    wf_context: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { scope_master: "workflow" };
        label: "Workflow context";
        name: "wf_context";
        schema: {
            active: Typed;
            activity_count: Typed;
            activity_index: Typed;
            after_business_rules: Typed;
            auto_start: Typed;
            column_renderer: Typed;
            cumulated_avg_ert: Typed;
            due: Typed;
            ended: Typed;
            ert_long_running_actions: Typed;
            ert_outlier_workflow_actions: Typed;
            id: Typed;
            name: Typed;
            parent: Typed;
            parent_activity: Typed;
            requires_ert: Typed;
            result: Typed;
            return_value: Typed;
            running_duration: Typed;
            schedule: Typed;
            scratchpad: Typed;
            stage: Typed;
            stage_state: Typed;
            started: Typed;
            started_by: Typed;
            state: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            table: Typed;
            timezone: Typed;
            without_current_wf_actions: Typed;
            workflow: Typed;
            workflow_version: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { scope_master: "workflow" }
    • Readonlylabel: "Workflow context"
    • Readonlyname: "wf_context"
    • Readonlyschema: {
          active: Typed;
          activity_count: Typed;
          activity_index: Typed;
          after_business_rules: Typed;
          auto_start: Typed;
          column_renderer: Typed;
          cumulated_avg_ert: Typed;
          due: Typed;
          ended: Typed;
          ert_long_running_actions: Typed;
          ert_outlier_workflow_actions: Typed;
          id: Typed;
          name: Typed;
          parent: Typed;
          parent_activity: Typed;
          requires_ert: Typed;
          result: Typed;
          return_value: Typed;
          running_duration: Typed;
          schedule: Typed;
          scratchpad: Typed;
          stage: Typed;
          stage_state: Typed;
          started: Typed;
          started_by: Typed;
          state: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          table: Typed;
          timezone: Typed;
          without_current_wf_actions: Typed;
          workflow: Typed;
          workflow_version: Typed;
      }