Hi there!
BpmnUserTask can be customized via EntityManager and we use this feature. However, when building FlowCharts there is no easy way to set custom fields upon creation of BpmnUserTask. As a workaround we use approach from screenshot (use delay to be sure BpmnUserTask is created and saved to DB before updating custom fields).
Is there any other simpler/elegant way of setting custom fields? Maybe plan to add this in future Advanced Pack updates?
BpmnUserTask can be customized via EntityManager and we use this feature. However, when building FlowCharts there is no easy way to set custom fields upon creation of BpmnUserTask. As a workaround we use approach from screenshot (use delay to be sure BpmnUserTask is created and saved to DB before updating custom fields).
Is there any other simpler/elegant way of setting custom fields? Maybe plan to add this in future Advanced Pack updates?
Comment