I'm trying to do a web page that lists the active workflows
(processInstances) and it's respective tasks that are waiting to be
processed to continue the flow. Also, I'd like to create a button to those
tasks to skip them, and go to the next task.
The first part I've already done with
((RuleFlowProcessInstance)ProcessInstance).getNodeInstances() (and so on),
but now I want to know if it's possible to skip the node with just a
NodeInstance objetct. Can you help me?
thx.
just in case, I'm using the words "node", "activity" and
"task" to represent
the same thing.
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/skip-workflow-s-task-...
Sent from the Drools - User mailing list archive at
Nabble.com.