> For the complete documentation index, see [llms.txt](https://docs.imerit-prod.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit-prod.io/project-setup/create-taskflow/2.-taskflow-preview-and-edit.md).

# 2. Taskflow Preview & Edit

## Taskflow Preview&#x20;

The template selected will reflect on the right, under Preview. The [Nodes](/project-setup/create-taskflow/1.-taskflow-details.md#taskflow-templates) are represented in Top to Bottom order (Red, Blue, Black) through which the Task will flow.&#x20;

* 3 Node Representation&#x20;

  <div align="center"><figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfcvbTyAljsZYpu1HPS68rpsecvPNMkgqMI3RFXkn5VeJqyCbUDaZNOHPrzsYCkaTH7iZo6Q3Ue9ZmIYBFqRjgOtmo4k_xO506zHClqwb6SMYc3JlIWcQqn37iV8DOIR23sb_UMpNQgm1pDtT7sSVdQiEOF?key=lGhAQLv5xC3Ciuwf6zBTGQ" alt="" width="563"><figcaption></figcaption></figure></div>
* 2 Node Representation

  <div align="center"><figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdneqb6GB1zHd5TsFO0VHReUnJoTlMCC9ImMgnfv7ngzgLlyDHD3tgXwWtndintVtCcPUdsc2yEEz_pWvKFALxfSZhJn6SZlXmDYxdtvM2AszolIcZzZK-z3bqQml75s5ze3d5LRFXeeKlZwgKjYivhL_Lx?key=lGhAQLv5xC3Ciuwf6zBTGQ" alt="" width="563"><figcaption></figcaption></figure></div>
* Single Node Representation

  <div align="center"><figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXciNoDQ_kNHfjcJQZCEKfPzG7YxY3aNpo-tVpq5iguKgUwL_WvZQ1FsR6kzOpSOno8EXQRL8hFHahwnkNN_epspnY05YzKCqhVMXEuf2DjzSh6dgnvt_b5kbwCKix_ViezhjDZZsgy421xtMgjxYw3u5DAs?key=lGhAQLv5xC3Ciuwf6zBTGQ" alt="" width="563"><figcaption></figcaption></figure></div>

## Editing Templates

Double-click on each Node on the preview, to add its details in the 'Node Details' Panel which opens to the right.&#x20;

<div align="center"><figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdoKxfLs3nAP6DZAXj_isx7JaLfk8FtRH1TWww29xGxcyuYq4BxnhkkdYM47WzNBiNnjUVfgORaZR_eJoviKg_Ap5bqT6xyN8WkZf0xQUUOJ6hxFCN7HIgiFaxLMew6RdaKsvqJBDdEd4f-9izIz9_aK12N?key=lGhAQLv5xC3Ciuwf6zBTGQ" alt="" width="563"><figcaption></figcaption></figure></div>

* The Node Name and Description can be edited here.
* **Recipe Selection**: All the recipes within the Solution belonging to the *iMerit LiDAR (Multisensor)* recipe will appear in the dropdown. Select the desired recipe.
* **Deliverable Type**: Specify the desired format of the output. (Jason, LASer)
* **Deliverable Option**: Specify the grouping/ non-grouping of the output file structure. The output file gets generated per [frame](/project-setup/pre-process-data.md#frame).
* **Skip Frames**: The annotation tool restricts annotators to attempt all tasks, frame by frame, in chronological order. By toggling this ON, annotators will be able to jump between frame ranges.

  For example, in a batch with 10 frames, if skipping is enabled, user will be able to jump from frame 1 directly to frame 7. Else the user will have to submit the 1st frame to access the 2nd one.&#x20;
* **Revert Task**: This Input only appears for the last node defined. Enabling this will allow reverting of task to the previous Node.
* **Countdown Timer**:  Toggle this ON to put a time limit to the [batch](/project-setup/pre-process-data.md#data-terminology) of [frames](/project-setup/pre-process-data.md#frame) that loads on the [annotation tool](/annotation-tool.md)

  <div align="center"><figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfP_a0knFmOT5BsNdYglb9Frsc_Re8LVfIwM0mItxqUZouDIsM-IqwPHa8rljWYb4J5S0LUfkgwv9Lf5V2UG66kg-jcqktCDce94EicVch82zYoWDHk6ft18-lyDmi9Yqnt-GePkD8TNHh9YSVU4P_XdoZQ?key=lGhAQLv5xC3Ciuwf6zBTGQ" alt="" width="375"><figcaption></figcaption></figure></div>

  <div align="center"><figure><img src="/files/wj041jnWvR7zxa47mlY7" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://docs.imerit-prod.io/project-setup/create-taskflow/2.-taskflow-preview-and-edit.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.
