There are multiple ways to trigger a process from a process model in Appian:
A subprocess is a process model that is called from within another process model.
A Start Process smart service is a flow element that you can use within a process model to start another process.
The a!startProcess() function can be used within a script task to start a process programmatically. These methods allow a developer to initiate a new process instance from an existing process.References:Appian Documentation - Process Model Triggers and Smart Services
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit