Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Process Flow in Scoped Application

LdR
Tera Expert

Hello everyone,

I noticed that in a scoped application with a Flow Formatter for the states, everything before the current state is checked as complete, even if some of these states are skipped.

To a bettere explaination of my problem, I attach an example.

In this example, we switched directly from "Waiting to approve" state to "Approve", but "Pending info" is checked anyway: find_real_file.png

Is that the currect behavior of FF?

If yes, there is any way to modify that behavior to uncheck the skipped states? 

Thank you all for attention.

7 REPLIES 7

Hardik Vyas2
Tera Contributor

Hi ,

 

Yes, that is  the correct behavior of the process flow. If you move directly to one of the stage the skipped stages are automatically traversed .

 

Thanks,

Hardik  

LdR
Tera Expert

Hi there,


trying on Demand (not Scoped), the behavior was the desired one.
I customized the status change (from Screening directly to Approved😞
find_real_file.png
from the figure, we see that the 'Qualified' status is not checked.


I also verified that the same UI Macro was used.

Thank you all for attention.

Hey can you tell how you did this? I am not able to replicate.