Running a job from inside a flow

I'm trying to start a job from within a flow, right before the approval stage. For example: Flow A -> Script A -> Script B -> Approval C -> Script D I am trying to start the Flow from Script B, passing in my own arguments. However it appears that I am only able to start the Flow itself from the beginning. I have used "save to Workspace" for Script B, and while I can pass my own arguments here and the script runs, it does not move to the approval step (Approval C). Likewise when starting the Approval C step, it does not wait for approval, and also does not move to Script D. Is there a way to do this? Thanks
1 Reply
robottohf
robottohf4mo ago
I'm basically trying to run a flow and jump to a specific step in the flow, passing my own arguments.