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.

Flow designer error handling for stuck flow

CandyDee
Kilo Sage

Has anyone experienced subflows getting stuck in its various steps/actions.

I was looking at the flow error handling option to see if there was a way to progress or nudge the flow without manual intervention. Any one had any experience or suggestions would be great.

1 ACCEPTED SOLUTION

CandyDee
Kilo Sage
  • sn_fd.FlowAPI.nudgeFlowsWaitingOn("_TABLE_NAME_", "_SYS_ID_", 20);
  • was the action i was looking at but was wondering if this could be translated into a script that runs as a action with in the error handling of the subflow

View solution in original post

1 REPLY 1

CandyDee
Kilo Sage
  • sn_fd.FlowAPI.nudgeFlowsWaitingOn("_TABLE_NAME_", "_SYS_ID_", 20);
  • was the action i was looking at but was wondering if this could be translated into a script that runs as a action with in the error handling of the subflow