In the Flowable Modeler, I have a dropdown with a list of business processes I have defined, and when a user clicks on one, I want to start that process in Flowable.
What would the best way be to do this?
In the Flowable Modeler, I have a dropdown with a list of business processes I have defined, and when a user clicks on one, I want to start that process in Flowable.
What would the best way be to do this?
A task + form with dropdown, followed by a service task that starts a process instance based on the chosen value?