# Job Workflow

The Job Workflow represents the structured sequence of stages a job goes through from creation to completion within the system. It defines how a job progresses, who is responsible at each stage, and what actions are required, ensuring consistent management and tracking of all field service activities.

## New

A new job is logged in the system with all relevant details.

<figure><img src="/files/quVUjKApT2RmQ72JL54V" alt=""><figcaption></figcaption></figure>

## Assigned

Technicians or service engineers are assigned to the job. When user clicks on this stage it’s mandatory to add at least one assignment, hence the screen below to add new assignment is popped up automatically.

<figure><img src="/files/U1YQHzFyrTPxEzBQtPNm" alt=""><figcaption></figcaption></figure>

## Enroute

The Enroute status indicates that the assigned technician or service engineer is on the way to the job location. This status is used to provide visibility to dispatchers, coordinators, and customers that the technician has started traveling and will arrive soon.

<figure><img src="/files/o8Yifz20GrYNzWUj49L3" alt=""><figcaption></figcaption></figure>

## Onsite

The On-Site status indicates that the assigned technician or service engineer has arrived at the job location. At this point, the technician is physically present at the site but has not yet officially started the active execution of the job tasks.

<figure><img src="/files/EFNUoKPRsDzdCQkmOfxM" alt=""><figcaption></figcaption></figure>

## In Progress

The In Progress status indicates that the technician or service engineer has started actively working on the job at the site. This stage captures the execution phase of the job, where tasks, checklists, and any required work are being completed.

Here users will ask to add the start date of the job which will be the actual start date.

<figure><img src="/files/sLF6J6X85PUuD0t7KJaS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7XWltzT8WTwg01OSaTfo" alt=""><figcaption></figcaption></figure>

## Completed

The Completed status indicates that all tasks associated with the job have been finished by the technician or service engineer. At this stage, the job is considered fully executed, and no further on-site work is required.

<figure><img src="/files/WE201s7ME8HpKaa7Xnqd" alt=""><figcaption></figcaption></figure>

Once filled and save, a feedback window will be opened where users can add feedback against the same.

<figure><img src="/files/MNEowqe7wOSivNCFbYsc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/EAawsKyxFDuW3QK6xwOa" alt=""><figcaption></figcaption></figure>

## Queued

The Queued status indicates that a job has been created and entered into the system but has not yet been assigned to a technician or scheduled for execution. It is waiting in the job queue to be processed.

<figure><img src="/files/tzffNydsbAJyYBIhQcbi" alt=""><figcaption></figcaption></figure>

## Cancelled

The Cancelled status indicates that a job has been terminated and will not be executed. This can occur due to customer requests, scheduling conflicts, or other operational reasons.

<figure><img src="/files/wvRG12DbWP7PJYVi5p6P" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/udGqWjZI4HKKOHupHBaC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/job-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
