Advanced Action Node Settings
Advanced options can be found in the Advanced section of the action node Properties
Prioritise Throughput Over Ordering
When enabled, records are processed in parallel to optimise performance. This means the order records are processed is nondeterministic.
When disabled (default), records are processed in the order they are provided.
This option is available on the following actions:
- Analysis
- Bulk Delete
- Bulk Update
- Calculate
- Converge
- Delete
- For Each
- Gateway
- HTTP
- JSON
- Save
- XML
Allow Parallel Runs from One Client
When enabled, allows an Actionflow to be run multiple times in parallel from the same client, i.e. another run can be started while the previous run is still being processed.
This option is disabled by default.
Advanced Settings - Action Node Specific
Connection Timeout (s)
On the HTTP action, in the Advanced section, a maximum time to wait while attempting to create a connection can be set, measured in seconds. The default is 300 seconds.
Response Packet Timeout (s)
On the HTTP action, in the Advanced section, a maximum time to wait between responses from the data packets can be set, measured in seconds. The default is 180 seconds.