> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/android-outsmart-next/core-functionalities/workflows.md).

# Workflows

Follow the required work order steps in Android OutSmart NEXT.

## Workflows

A workflow guides you through a work order one step at a time.

Your company defines the steps and their order. This helps prevent missed work.

### What you can do

* Track completed, active, and remaining steps.
* Complete required work before you finish the order.
* Use steps for timers, forms, photos, materials, and signatures.
* Add comments, free fields, projects, and internal memos.
* Review history before signing and sending the work order.

### How workflows work

Each step opens the matching part of the work order.

Your workflow can include a timer, description, comment, photos, materials, hours, forms, free fields, project, internal memo, history, signature, or send step.

Some steps are optional. Others are required before completion.

Required steps can enforce minimum photos or material lines. They can also require a comment, hours, a completed form, or a signature.

Completed steps show as done. The active step is highlighted. Remaining steps stay open.

### Complete a workflow

{% stepper %}
{% step %}

### Open the workflow

Open the work order and start its workflow.

The app shows every step for that job.
{% endstep %}

{% step %}

### Complete each step

Tap a step and complete the requested information.

Return to the workflow when you finish.
{% endstep %}

{% step %}

### Resolve required items

Complete every step marked as required.

Required steps can request photos, hours, materials, forms, comments, or signatures.
{% endstep %}

{% step %}

### Sign and send

Open the signature step when the work is done.

Ask the customer to sign on screen. Then open the send step.
{% endstep %}
{% endstepper %}

### When a workflow blocks completion

A required step is incomplete.

Check unfinished steps for missing photos, materials, hours, forms, comments, or signatures.

You can add more photos or materials than the configured minimum.

### Workflow availability

Your company decides which workflow steps appear.

Steps can differ by company or work-order type. Follow them in order where required.

After sending, the work order usually moves to the archive and becomes read-only.

### Related pages

* [Completing and submitting a work order](/mobile-app/android-outsmart-next/core-functionalities/completing-and-submitting-a-work-order.md)
* [Tracking and managing your time](/mobile-app/android-outsmart-next/core-functionalities/tracking-and-managing-your-time.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/mobile-app/android-outsmart-next/core-functionalities/workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
