hi,
What is the difference between start process and sub process?
Thanks In Advance.
Discussion posts and replies are publicly visible
Major difference, start process invokes the target process on a separate engine of Appian to Balance the load, hence we can't give guarantee, whenever we use start process, will immediately trigger the target process, whereas sub process gives you assurance of starting the child process immediately once after the flow hits this node.