We should add some event's details in https://github.com/nuxeo/nuxeo-web-ui/blob/master/elements/workflow/nuxeo-document-task.html#L158 about the task being processed.
Like:
this.$.taskRequest.put().then(function(task) { this.fire('workflowTaskProcessed', { 'task': task }); }.bind(this));
This is preventing advanced workflow cutomizations.
- is related to
-
ELEMENTS-830 Add missing workflow data in workflowStarted event
- Resolved