Currently, for execution of all Operations a service is called. However, for Saved Procedure the process should be different:
- get action from a list of saved actions (already in the r-interface)
- call recursive executeNode on the first node after Start
- look at which node we ended up on, and instead of displaying the "action failed/succeeded" message, set status as "fail/success"
Currently, for execution of all Operations a service is called. However, for Saved Procedure the process should be different: