Connect an AI assistant
Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.
The catalog did not load. Refresh the page to try again.
Loading…
{{server.name}}
{{server.summary}}
{{server.documentCount.toLocaleString()}} pages Not published to this site
- Name
-
{{server.name}} - URL
-
{{mcpServerUrl(server.path)}}
| Tool | What it does |
|---|---|
{{tool.name}} |
{{part.text}}{{part.text}} |
How can we help?
Searching in {{docApp.searchFilterBySpecificBookTitle}}
Searching for:
{{docApp.searchResultFilteredItems.length}} results for:
{{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown.
Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Parallel Processing Nodes
- Article
- Fri Jun 26 2026
- 1 minutes to read
- 1 contributors
Start Parallel Processing
This node can be used when there is a need to invoke more than one stream of processing at the same time. This is commonly used with human tasks that can be assigned and worked on independently, but they must all be completed before the workflow can continue.

Tip
The use of Suspend automations is not recommended within a parallel process. Suspend automations are designed to suspend the entire workflow and not an individual stream within a parallel process.
Settings
Open the settings by clicking on the node and selecting the cog icon or double-click on the node.
Two settings are available:
- Positioning. Lets you change the orientation of the node.
- Size. Change the size to better accommodate the number of streams.

Finish Parallel Processing
Use this node to bring together and finish the individual process streams that had been initiated from a Start Parallel Processing node.
-
The workflow will not progress past this node until all process streams have reached this point.
-
When designing a parallel process it is important to design each stream with a successful path or outcome to reach the Finish Parallel Processing node.
Important
If a human task fails due to an error in one stream, all other tasks within the parallel processing will be canceled.
-
Each stream should be kept separate from other streams. Do not connect one stream to another stream.
Settings
Open the settings by clicking on the node and selecting the cog icon or double-click on the node.
Two settings are available:
- Positioning. Lets you change the orientation of the node.
- Size. Change the size to better accommodate the number of streams.

- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}