How to make a normal change order move from "new" to "Assess" using a script

Seba3
Tera Contributor

Hello everyone, I hope you can help me.

We are jointly trying to get a supplier to run a script from Stackstorm that allows you to create a normal change and then with the "script" to go through all the stages automatically. The problem is that when it has to go from "new" to "assess" it stays in "new" waiting to be given the order to "request approval".

can you think of an idea of how to get the "request approval" command to be executed by a command in the script?

I would be eternally grateful.

this is the workflow in case it helps:


find_real_file.png

1 REPLY 1

Aman Kumar S
Kilo Patron

I think creating the job directly can be a catch since states are controlled by "State change handler".

If at all you want to create directly in assess, set the states in "ASSESS" and use setWorkflow(false) in your query and try

Best Regards
Aman Kumar