Some Stages missing in Request Item

deepeshparpani
Tera Contributor

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.

 

ss1.pngss2.pngss3.png

 

 

1 ACCEPTED SOLUTION

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

View solution in original post

5 REPLIES 5

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.