Page 3 of 3

Re: add dynamic values to <select> in Forms.xml

PostPosted:Mon Feb 16, 2015 11:02 am
by CBD007
Hello jillort.
I think my question pertaning to the same topic....When user start workflow immediately I'm able to display list of all users from specific role and all id visible to user (all these users I retrived through ListClass as per mentioned in earlier post of same topic)...now the point comes where I can't assign task to the specific userids from dropdown and now my ? is straight and simple I would like to assign task to user from dropdown through decision handler class...so how I can do this ??? :roll:

Re: add dynamic values to <select> in Forms.xml

PostPosted:Wed Feb 18, 2015 9:50 pm
by jllort
please add other post for it. your question has no relation with this topic

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

PostPosted:Thu Feb 19, 2015 1:38 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: add dynamic values to <select> in Forms.xml

PostPosted:Sat Feb 21, 2015 9:44 am
by jllort
have you read CBD007 what I post previosly ? add other post. Your issue has no relation with "dynamic values" into select.