Skip to main content

Threads

A thread is a single Workflow execution. It's created whenever a starting stage is triggered (either a Form, a Job or a Hook).

A thread stores data in dictionary format and shares this data with following stages.

Check out the Workflow SDK reference to learn more about how to interact with threads in your Workflow scripts.