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
No - a!startProcess() must be used in the context of an on-form user interaction.
If you want to trigger a process within a different running process, that's what the subprocess node and Start Process nodes are for. What is your use case?