> 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/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflows-gebruiken-in-de-mobiele-app.md).

# Workflows gebruiken in de mobiele app

Zie hoe medewerkers door Workflow stappen in de OutSmart-app gaan.

Medewerkers gebruiken Workflows rechtstreeks in de OutSmart-app.

Wanneer een Werkbon een gekoppelde workflow heeft, opent de app deze automatisch.

### Wat Medewerkers zien

De app toont:

* de huidige stap
* de volgende actie
* de voortgang van de workflow
* validatie wanneer verplichte gegevens ontbreken

Medewerkers doorlopen de workflow met **Volgende**.

Zij kunnen alleen doorgaan wanneer de huidige stap is voltooid.

### Typische flow in de app

{% stepper %}
{% step %}

### Open de Werkbon

Open een Werkbon die een workflow gebruikt.

De eerste Workflow stap verschijnt.
{% endstep %}

{% step %}

### Voltooi elke stap

Voeg de vereiste informatie voor de huidige stap toe.

Dit kan Timers, Materialen, foto's, Formulieren of handtekeningen omvatten.
{% endstep %}

{% step %}

### Ga naar de volgende stap

Tik **Volgende** om door te gaan.

Als verplichte gegevens ontbreken, blijft de app op de huidige stap.
{% endstep %}

{% step %}

### Afronden met Verzenden

Compleet de laatste **Verzenden** stap.

De Werkbon wordt vervolgens teruggestuurd naar kantoor.
{% endstep %}
{% endstepper %}

### Notities over het platform

De exacte indeling kan verschillen tussen **iOS** en **Android**.

De workflowlogica blijft hetzelfde.

### Als een Medewerker de workflow verlaat

Medewerkers kunnen een Werkbon verlaten en later terugkeren.

Hun voortgang blijft bewaard totdat ze de workflow afronden.

### Veelgestelde vragen

<details>

<summary>Kunnen Medewerkers stappen overslaan?</summary>

Meestal niet.

Ze moeten eerst de huidige stap voltooien.

</details>

<details>

<summary>Wat gebeurt er als een stap faalt bij validatie?</summary>

De app geeft aan dat de stap onvolledig is.

De medewerker kan niet verdergaan totdat dit is opgelost.

</details>

<details>

<summary>Kunnen Medewerkers later terugkeren?</summary>

Ja.

Voortgang blijft behouden totdat de workflow is afgerond.

</details>

### Gerelateerde onderwerpen

* [**Workflows**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows.md)
* [**Introductie tot Workflows**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/introductie-tot-workflows.md)
* [**Workflow Instellingen en apparaatbeleid**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflow-instellingen-en-apparaatbeleid.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/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflows-gebruiken-in-de-mobiele-app.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.
