Page 1 of 1

How To Assiging Task To Specific User Using DecisionHandller interface

PostPosted:Thu Feb 19, 2015 1:58 pm
by CBD007
Hello Guys....
Got stucked at point need help... By using assign(Assignable assignable, ExecutionContext executionContext) method of AssignmentHandler interface we can assign task to specific user like wise I need to know if it's possible to assign task to user using DecisionHandler interface.... I checkout with DecisionHandler interface by default this interface have decide(ExecutionContext executionContext) method how can I customize this method so that i could achieve assigning task to user from DecisionHandler intereface or Is there any alternate solution guys do u know to overcome from this issue ??

Re: How To Assiging Task To Specific User Using DecisionHandller interface

PostPosted:Thu Mar 26, 2015 1:03 pm
by pavila
Hello,

You have some sample code at http://forge.openkm.com/public/workflow-course/

Regards.