"Proces-Simulator" run a process with given instance variables #573
-
Hi, First of all, thank you for open sourcing this project. I'd like to tell the engine to go throug ALL steps at once as far as possible not only one step at a time. Is there a way to acomplish that with the plugin or a PL/SQL call? Thanks and best regards! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The engine is only going to stop for tasks which require human input - so Task, userTask and manualTask. Where you start building your model using standard Tasks, as you evolve your design into an executable model, most of your plain tasks should get changed into userTask, serviceTask, scriptTask, businessRule Task, etc -- and all of those except userTask and ManualTask will flow from one task to the next. Not sure if that answers the question, or if I fully understand the question. Hope to do a quick call if you need help. |
Beta Was this translation helpful? Give feedback.
-
Hi Richard, Thanks for your answer and your offer for a call. I will have a look into changing the taks into service/scriptTask and see how far I will get. |
Beta Was this translation helpful? Give feedback.
The engine is only going to stop for tasks which require human input - so Task, userTask and manualTask. Where you start building your model using standard Tasks, as you evolve your design into an executable model, most of your plain tasks should get changed into userTask, serviceTask, scriptTask, businessRule Task, etc -- and all of those except userTask and ManualTask will flow from one task to the next.
Not sure if that answers the question, or if I fully understand the question. Hope to do a quick call if you need help.