-4

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.

Dorin
  • 2,482
  • 2
  • 22
  • 38
  • Your question is too broad and very much unclear. No idea what you think we could be telling you upon such input. – GhostCat Aug 28 '16 at 10:47

1 Answers1

1

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