> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/development/flow-studio/applications/workflow/offline-workflow/create-an-offline-transactions.md).

# Create offline transactions

All machine step that writes data to a system must be placed in an offline workflow and in a swimlane where mode is set to machine. It is possible to either use the split step or end the workflow in the machine swimlane. A transaction will be created for every swimlane crossing that is executed. &#x20;

The offline transactions will be transferred the next time the device is online.

If the user signs out from the device before getting online, the transactions are saved and will be transferred the next time the same user is signed in and online. Not transferred transaction will however be removed if the devise is disconnected from the server. &#x20;

![](/files/-M-osx-xOzh9_TB_kOn8)

![](/files/-M-ot2-xHSV2oXXZNpvs)


---

# 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:

```
GET https://help.novacuraflow.com/development/flow-studio/applications/workflow/offline-workflow/create-an-offline-transactions.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.
