Page 1 of 1

openkm workflow usage

PostPosted:Fri Jan 13, 2023 9:54 am
by nishant8900
Hi,
While creating openkm workflows, i have defined a form which includes text field to add actor's user id.
How can I use that specific user id entered while starting the workflow to set as an actor for assigning a task in jpdl.xml file.
As of now, i have predefined users as pooled actors, but how can we add a specific user based on the value entered in form to assign a task in jpdl.xml file.

Thanks,

Re: openkm workflow usage

PostPosted:Thu Feb 09, 2023 4:24 pm
by nishant8900
Hi
Can anyone help me with this issue.

Thanks

Re: openkm workflow usage

PostPosted:Mon Feb 20, 2023 3:45 pm
by pavila
Hello,

You need to implement an AssignmentHandler and use this field value to assign the task.

Best regards.