Long running process is not always a Human Task, that means the Task is not
always needed. Let's say we are waiting for the response from the external
system, and once response comes in, we would like to complete _this_ work
item.

Therefore we are looking to do this _without_ WS HT handler, and use
Variable Persistence mechanism instead, so we can load the process, and do
"processInstance.getVariable("workItemId")".

What would be the best approach to do that?
-- 
View this message in context: 
http://n3.nabble.com/Drools-Flow-WORK-ITEM-ID-as-a-flow-variable-tp680939p687176.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to