I am using graph walker tool. I like to know in this tool can two child edge can be excuted in parallel

160 Views Asked by At

If their is a Parent edge A, and two children edges B and C. If condition is true for both B and C, can it be executed in parallel. I am using REST API to execute it.

1

There are 1 best solutions below

0
On

No, using GraphWalker, edges B and C cannot execute in parallel.