Is there any way to trigger a process from an Script Task within a process using a!startProcess() ?
Thanks a lot.
Discussion posts and replies are publicly visible
hi danielg424213 may i know your use case please?
I hace a process that triggers with an incoming email. That tells me that a new document has been downloaded in a particular path in the server. I want to run another process in the "Trigger process" Script Task to take this document, read it and extract the information to carry on with the process and fill the next "User Form" User Input Task. So, is it possible to trigger a process from a Script Task?
No. Use the Start Process smart service.
Thanks Stefan!
You can call you process model before User form node by using Sub Process and get the data from sub process to this parent process
Yes, good idea. Thanks
And, I can trigger a process from a process model calling a Web API?
I would recommend using the new version of the start process smart service (if you are on 24.4+) node instead of subprocess. You will be able to get the result synchronously and then use that in the next node by assigning results to PVs.