Is it possible to start a task or trigger the start of a process flow from within a stored procedure? How can you do this?
The idea is that from within a Default procedure I want to open a pop-up and let the user enter more detail data, so basically start a process flow. Normally I would do this by adding a button, but question Create a button for number generator triggered me to think differently, and maybe start on a change of a radio button.
If starting a process flow is not possible, but it is possible to start a task that triggers the start of a process flow is also an option.