04-22-2014 02:15 PM
Hi, Guys
I created a EventListener to capture the attributes of a task when submitted, I managed to capture when the document type is equals DocumentRoute Example:
Serializable sml = doc.getPropertyValue("var_ReportCreatedWorkflow:reports");
Serializable sml1 = doc.getPropertyValue("var_ReportCreatedWorkflow:mission_comment");
How I can capture the action button? , I need to check if was clicked Done or Reject. What the attribute can I use to capture this action?
Thank You
04-23-2014 11:28 AM
Hi,
You can listen to events from org.nuxeo.ecm.platform.task.TaskEventNames
to do the difference
04-23-2014 12:08 PM
Thanks for the reply,
04-23-2014 12:51 PM
You have all the documentations about event and listener here
05-14-2014 10:55 AM
I created a EventHandler with
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.