hi,
What is the difference between start process and sub process?
Thanks In Advance.
Discussion posts and replies are publicly visible
You can use start process in 2 ways:
1. In process model using start process smart service, where you have have to select process model and it's respective parameters for its input.
2. In interface or Web API using a!startProcess() function. It's a smart service function. You can use it under saveInto
Hope I answered your question.