Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
5.5.1
-
None
-
None
-
Magnolia 5.4.3
Eclipse Mars Release (4.5.0) , tested with Luna as well
BPMN2 Modeler - Diagram Editor (1.2.1.201510310115)
-
-
Empty show more show less
-
Empty show more show less
Description
Hello,
There are some crucial info missing or not working as intended in Wiki tutorial , when we would like to create custom magnolia workflows
- Update the email workitem handler implementation
When executing this workItem it's not finished. Next bpmn step is never executed unless following java code is added :final Map<String, Object> parameters = (Map<String, Object>) workItem.getParameter(WorkflowConstants.VARIABLE_DATA); manager.completeWorkItem(workItem.getId(), parameters);
- Process parameters
Creating output mapping of mgnlData, but not storing anything into it, will result null map. If we would like to send e-mail and then launch ReviewForPublication workflow , it will recieve empty mgnlData map.
Enclosed workflow and handler which were working
Best Regards
Jakub Romaniszyn
Checklists
Acceptance criteria