Gordon Sun
Gordon Sun

Reputation: 298

When call child workflows, how to prevent circular dependency / infinite loop

I searched Google, StackOverflow and Github issues but did not find anything

https://docs.temporal.io/docs/java-implementing-workflows#child-workflows

It seems that I can easily create a circle with multiple workflows calling others as child workflow. A workflow can even call itself over and over again. Does Cadence/Temporal provide anything to prevent that or that is out of the scope?

Thank you in advance

Upvotes: 1

Views: 676

Answers (1)

Maxim Fateev
Maxim Fateev

Reputation: 6870

This feature is not available yet. Filed a github issue to address it.

Upvotes: 1

Related Questions