Skip to main content
Nintex Community Menu Bar
Solved

Calling depth of component workflows - How deep can we go?

  • January 13, 2021
  • 2 replies
  • 37 views

WouterT
Forum|alt.badge.img+9

How deep can Call a Workflow actions be nested? I remember having read some time ago about a depth of 2: One workflow can call another workflow and that is it. But my simple test today showed that I can call deeper in NWC than 2.

9868i7ED1DE258C93E47C.png

Can anyone shed some light here? Was the limitation of 2 maybe from NW Online? I'd like to know the real limitations. Any link to documentation that I couldn't find apparently is appreciated.

Best answer by leighburke

@WouterT There is currently no specific limit in NWC but you may run into other limits depending on what you are doing. Did you have a use case in mind?

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • Answer
  • January 18, 2021

@WouterT There is currently no specific limit in NWC but you may run into other limits depending on what you are doing. Did you have a use case in mind?


WouterT
Forum|alt.badge.img+9
  • Author
  • Apprentice
  • January 18, 2021

It's great to have that confirmation. I have a custom of putting advanced item lookups in component workflows which return a single item id based on business rules. That allows me then to easily retrieve the entire object of the item for further use in the main workflow. I ran into this case of nesting when I implemented a larger component workflow that also would like to make use of these ID-lookup component workflows. That would bring me to a third level of nesting. As I wrote, I remember a note (probably from NW365) that there could be no nesting.

Thanks for this confirmation!