- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 05:37 AM - edited 08-26-2024 05:40 AM
After creating a catalog request and running the flow as desired, part of the flow after a particular stage is shown as a yellow region in the Operations View of the Flow Execution and any stage after that will not be rendered in the Request Item Workflow Stages Widget as show in the image.
P.S
Total four stages defined for now : 1) Project Creation, 2) Pre-deployment, 3) Deployment, 4) Testing.
'Testing' is totally missing. Basically, it is not getting fetched by the "req_item.stage.getStages()" method that is used in the above mentioned widget.
Any information about it?
Would be really grateful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 11:22 PM
Hello Vincent,
I think the issue is relating to number of actions that we have in one flow. I removed it to less then 17 and now the stages shows correctly. You can also create a sub flow to pack some Action to another flow.
-Lalit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 06:16 AM
Hi Savaliya,
that would make sense since the stage was working before I add a bunch of new actions into my flow and reach 70. Still if this is why, it's annoying.