Hi Community,
Let’s say I have 15 nodes in a process model.
Scenario 1: The nodes are placed linearly and execute one after another.
Scenario 2: The nodes are split into 5 branches, with 3 nodes in each branch, using an AND/OR gate.
On testing above scenarios, when I config this inside startprocess and try to trigger it from web API, both scenarios are taking approx same time. Does appian on the backend still executes it linear irrespective of how we branch it in single process model canvas?
Discussion posts and replies are publicly visible
The process follows the logic, but the individual nodes are enqueued and executed by one of the multiple execution engines.
Is this just out of curiosity, or do you have the need to speed up things?
I wanted to speed up things