task
task
Task
This configuration - if requested without any further restrictions - will - on a typical ServiceNow instance - return an extremely high amount of entities. This can lead to timeouts and/or truncated results. See ServiceNow Configuration Parameter.
task
is a base class that is extended by multiple other classes. Returning all (very) different types of tasks as one data set will seldom be useful.
Included Classes
alm_transfer_order_line_subtask
(Transfer Order Line Subtask)alm_transfer_order_line_task
(Transfer Order Line Task)asset_reclamation_request
(Asset Reclamation Request)asset_task
(Asset Task)business_app_request
(Business Application Request)cert_follow_on_task
(Follow On Task)change_phase
(Change Phase)change_request
(Change Request)- Class specific configuration change_request
change_request_imac
(IMAC)
change_task
(Change Task)chat_queue_entry
(Chat Queue Entry)cmdb_data_management_task
(CMDB Data Management Task)cmdb_multisource_recomp_task
(CMDB Multisource Recompute Task)gsw_task
(Guided Setup Task)help_guidance_task
(Guidance Task)incident
(Incident)- Class specific configuration incident
incident_task
(Incident Task)kb_feedback_task
(Knowledge Feedback Task)kb_submission
(KB Submission)orphan_ci_remediation
(Orphan CI Remediation)problem
(Problem)problem_task
(Problem Task)reclassification_task
(Reclassification Task)recommended_field_remediation
(Recommended Field Remediation)reconcile_duplicate_task
(Remediate Duplicate Task)release_phase
(Release Phase)release_task
(Feature Task)required_field_remediation
(Required Field Remediation)roster_schedule_span_proposal
(Roster schedule entry proposal)sc_req_item
(Requested Item)sc_request
(Request)kb_knowledge_base_request
(Request new Knowledge Base)
sc_task
(Catalog Task)scan_task
(Scan Task)service_task
(Service Task)sn_itam_ztr_fulfillment_req
(Zero Touch Refresh Fulfillment Request)stale_ci_remediation
(Stale CI Remediation)statemgmt_renew_lease_task
(Renew Lease Task)std_change_proposal
(Standard Change Proposal)sys_report_access_request
(Report Access Request)sysapproval_group
(Group approval)ticket
(Ticket)upgrade_history_task
(Upgrade History Task)vtb_task
(Private Task)
The configuration task
will return all tasks in task
as well as in extending classes.
If you only want a specific subset of CIs either use a matching predefined configuration (incident
, etc.) or request
this configuration with an encodedQuery
request parameter of e.g. encodedQuery=base_sys_class_name=ticket
.
No class specific properties are included in this configuration.
Configurations
task
task_minimal
task_full
has all properties defined on the tabletask
task_inline
has the same properties astask
task_inline_minimal
has the same properties astask_minimal
task_inline_full
has the same properties astask_full
Try it. The above links will open a new tab with a live request for the configuration or see the Live Demo below.
Live Demo
- task
- task_minimal
- task_full
- task_inline
Properties
Property | Label | task_minimal | task | Datatype |
---|---|---|---|---|
sys_id | Sys ID | string | ||
sys_class_name | Task type | string | ||
sys_updated_on | Updated | Date/Time | ||
sys_updated_by | Updated by | string | ||
sys_mod_count | Updates | number | ||
sys_created_on | Created | Date/Time | ||
sys_created_by | Created by | string | ||
approval | Approval | string | ||
approval_set | Approval set | Date/Time | ||
assigned_to | Assigned to | sys_user | ||
assignment_group | Assignment group | sys_user_group | ||
business_duration | Business duration | Duration | ||
business_service | Service | cmdb_ci_service | ||
calendar_duration | Duration | Duration | ||
closed_at | Closed | Date/Time | ||
closed_by | Closed by | sys_user | ||
cmdb_ci | Configuration item | cmdb_ci | ||
description | Description | string | ||
impact | Impact | number | ||
number | Number | string | ||
opened_at | Opened | Date/Time | ||
opened_by | Opened by | sys_user | ||
priority | Priority | number | ||
service_offering | Service offering | service_offering | ||
short_description | Short description | string | ||
state | State | number |
If you're missing a property give us a heads-up over at Feature Requests, and we'll see what we can do. In the meantime you can create and use your own View and Configuration (Custom).