LogoLogo
Visit Contextual.ioSign Up
  • Getting Started
    • Welcome
    • Tour: Hello, AI World!
  • TRAINING
    • Basic Developer Training Course
      • Lesson 1: HTTP Agent Introduction
      • Lesson 2: Logging and Error Handling Basics
      • Lesson 3: Event Processing Agent Introduction
  • Services Catalog
    • What's in the Catalog?
      • Intro Patterns
      • Object Type Bundles
    • Browse by Platform
    • All Intro Patterns
      • Anthropic Claude Image Analysis
      • Mistral AI Prompt and Response
      • xAI Grok Prompt and Response
      • DeepSeek Chat Prompt and Response
      • Qwen Chat Prompt and Response
      • Perplexity AI Search and Response
      • Firecrawl Website Scraper
      • Groq Prompt and Response
      • Nyckel Dog Breed Classification
      • RapidAPI ClassifyAI Text Classification
      • RapidAPI YouTube AI Video Summary
      • UnifyAI Model Comparison
      • WebPilot URL Analysis and Summarization
      • OpenAI Assistants Prompt and Response
      • OpenAI Sync
    • All Prebuilt Solutions
      • Invoice AI
      • Lead Generation Form
    • All Object Type Bundles
      • Work Order Management System ITIL Object Type Bundle
        • Work Order
        • User
        • Role
        • Permission
        • Asset
        • Task
        • Action
        • Attachment
        • Comment
        • Notification
        • Audit Log
        • Service Level Agreement
        • Custom Fields
        • Work Order Template
        • Work Order Transition
        • Escalation Policy
        • Tag
  • Components & Data
    • Object Types
      • Data in Contextual
        • Secrets
        • Validation
        • Versioning
      • Examples
      • Creating an Object Type
      • Object Type Details
        • Definition
        • Data Schema
          • Automatic Record Metadata
          • Generated Values
            • Dates and Times
            • UUIDs
          • Frequently Used Validation
          • Disallowing Null Property Values
          • Disallowing Undefined Properties
          • Secrets
          • AI Assistant
          • ID and PrimaryKey Permanence
        • UI Schemas
        • Features
        • Triggers
        • Actions
        • Audit Trail
        • Versions
        • Templates
        • Records
      • Using Object Types in Flows
      • Records
        • Records and Your Tenant API
        • Record Import
    • Flows
      • Nodes
      • Wires
      • Message Object
      • Flow Editor
        • Basics
        • Saving Changes
        • In-Flow Testing with Debugger
        • Restart Agents to Make Changes Active
        • Config
      • Node Reference
        • Common
          • Log Tap
          • Inject
          • Debug
          • Complete
          • Catch
          • Status
          • Link In
          • Link Call
          • Link Out
          • Comment
        • Event
          • Prepare Event
          • Event Start
          • Event End
          • Event Error
        • Object
          • Search Object
          • Get Object
          • Create Object
          • Patch Object
          • Put Object
          • Delete Object
          • Run Action
        • Request
          • Send to Agent
          • HTTP GET
          • HTTP PATCH
          • HTTP PUT
          • HTTP DELETE
          • HTTP POST
          • GQL
          • Produce Message
        • Function
          • Function
          • Switch
          • Change
          • Range
          • Template
          • Delay
          • Trigger
          • Exec
          • Filter
          • Loop
        • Models
          • ML Predict
        • Network
          • MQTT In
          • MQTT Out
          • HTTP In
          • HTTP Response
          • HTTP Request
          • WebSocket In
          • WebSocket Out
          • TCP In
          • TCP Out
          • TCP Request
          • UDP In
          • UDP Out
        • Sequence
          • Split
          • Join
          • Sort
          • Batch
        • Parser
          • csv
          • html
          • json
          • xml
          • yaml
    • Agents
      • Creating an Agent
      • Types of Agents
        • Event to Flow
        • HTTP to Flow
          • Custom Domains
      • How Agents Work
        • Flow Execution
        • HTTP Load Balancing
        • Event Routing
      • Scale and Performance
        • Flow execution
        • Parallel Instances
        • Event Lag Scaling
        • Compute Threshold Scaling
        • Instance Compute Sizing
      • Agent Details
        • Definition
        • Operations
        • Logs
          • Session Log
          • Message Log
        • Audit Trail
        • Versions
      • Using Agents in Flows
    • Connections
      • Creating a Connection
      • Types of Connections
        • Basic
        • Bearer
        • Client Grant
        • Kafka
        • Password Grant
        • Public
        • Pulsar
      • Using Connections in Flows
    • JWKS Profiles
      • Using JWKS Profiles in Your Solution
  • PATTERNS
    • Solution Architecture
      • Events, Messages, Queues
    • Working with Data
      • Search Object Node & Pagination
      • Message Payload Content - Triggers and Actions
    • Industry Cookbooks
      • Field Services
  • Tenants
    • Tenant Workspace
    • Tenant Logs
      • Contextual Log Query Language (CLQL)
        • String Searches
        • Keyword Searches
        • Advanced Operators
    • Tenant API
      • API Keys
        • API Key Settings
        • API Key Permissions
      • Documentation
  • Release Notes
    • 2024
      • 2024.12.09
Powered by GitBook
On this page

Was this helpful?

  1. Services Catalog
  2. All Object Type Bundles
  3. Work Order Management System ITIL Object Type Bundle

Work Order

A summary of detail for a Work Order object type included in the Work Order Management System ITIL Object Type Bundle. Install the bundle into your tenant from the Contextual Services Catalog.

The Work Order object represents a specific maintenance or service request, tracking its details, status, and progress. It serves as the central record for managing tasks, resources, and communications related to the work order, ensuring efficient handling and resolution of requests.

Properties

  • workOrderId:

    • Purpose: Serves as a unique identifier for the work order, allowing the system to reference and manage work orders programmatically.

    • Example: "WO67890", "WO11223"

  • title:

    • Purpose: Provides a brief, concise description of the work order, making it easier to identify and understand its purpose.

    • Example: "Plumbing Issue", "Electrical Inspection"

  • description:

    • Purpose: Offers a detailed explanation of the work to be performed, including any specific instructions or requirements.

    • Example:

      • "Fix the leaking pipe in the restroom on the 2nd floor."

      • "Conduct an electrical safety inspection in Building B."

  • requestorId:

    • Purpose: Identifies the user who requested the work order, helping track the origin of the request and facilitating communication.

    • Example: "USR34567", "USR89012", "CST092834"

  • assignedToId:

    • Purpose: Identifies the user responsible for completing the work order, ensuring accountability and tracking progress.

    • Example: "USR23456", "USR56789", "VDR98765"

  • priority:

    • Purpose: Indicates the urgency of the work order, helping prioritize tasks and allocate resources effectively.

    • Example: "Low", "Medium"

  • status:

    • Purpose: Reflects the current state of the work order, such as whether it is new, in progress, or completed, allowing for monitoring and tracking.

    • Example: "New", "Completed"

  • creationDate:

    • Purpose: Records the date and time when the work order was created, useful for tracking, auditing, and time management.

    • Example: "2023-06-01T09:00:00Z", "2024-01-20T11:30:00Z"

  • dueDate:

    • Purpose: Specifies the expected completion date for the work order, aiding in scheduling and prioritizing tasks.

    • Example: "2023-06-05", "2024-01-25"

  • completionDate:

    • Purpose: Records the actual date and time when the work order was completed, useful for performance tracking and historical records.

    • Example: "2023-06-04T14:00:00Z", "2024-01-24T16:30:00Z"

  • location:

    • Purpose: Indicates the location where the work is to be performed, providing context and ensuring that the work is directed to the correct area.

    • Example: "Warehouse 1", "Building B, 2nd Floor"

  • category:

    • Purpose: Specifies the type or category of work order, helping classify and manage different types of work.

    • Example: "Repair", "Inspection"

Purpose in Work Order Management System

  • Centralized Tracking: Provides a central record for managing all aspects of a work order, from creation to completion.

  • Resource Allocation: Facilitates the assignment of tasks to the appropriate personnel, ensuring efficient use of resources.

  • Prioritization and Scheduling: Helps prioritize work orders based on urgency and expected completion dates, improving work order management.

  • Accountability and Monitoring: Tracks who is responsible for each task and its progress, promoting accountability and enabling effective monitoring.

  • Historical Records: Maintains detailed records of all work orders, useful for performance analysis, auditing, and compliance.

  • Communication: Enhances communication among team members by providing clear and accessible information about work orders and their statuses.

PreviousWork Order Management System ITIL Object Type BundleNextUser

Last updated 9 months ago

Was this helpful?