1.
Overview
2.
Quick start guide
3.
Tutorial
3.1.
Installation
3.2.
Language Basics
3.3.
Interact with Resources
3.4.
Workflow in Production
4.
Guides
4.1.
Recipes
4.1.1.
Data Persistence
4.1.2.
Workflow Resume
4.1.3.
Import and Reuse Workflows
4.1.4.
Publish Workflows
4.2.
Best Practice
4.3.
Troubleshooting
4.4.
Frequently Asked Questions
5.
Command Line Tool
5.1.
run
5.2.
daemon
5.3.
workflow
5.4.
task
5.5.
storage
6.
interact with Python
6.1.
Run in python script
6.2.
Call Python function
6.3.
Data Types
6.4.
Oh! Parallelism!
7.
interact with Julia
8.
interact with Lua
9.
Cheatsheet
10.
For developers
10.1.
Command Line Tool
11.
Design decisions
11.1.
Workflow definition
11.2.
Syntax
11.3.
Runtime
11.4.
CLI
11.5.
Function and workflow
11.6.
Config and data folder
11.7.
Storage for data persistence
11.8.
Variable scope and shadowing
11.9.
Control flow
11.10.
Type system
11.11.
Error handling (syntax error)
11.12.
Error handling (task error)
11.13.
Performance
11.14.
Foreign Function Call (FFC) support
11.15.
Miscellaneous (no categorized)
11.16.
Mumbling
Light
Rust
Coal
Navy
Ayu
The Oxiida Workflow Language
Error handling (task error)