I'm trying to use the notify node in a business process engine implementation, but don't know how exactly it should work, what to expect of it.
The explanation I found in the BPE documentation is very superficial.
How is that really working? What to expect from it? How to implement it?
I tried myself, and the action is visible in Backoffice, but then nothing is happening.
How is the notification sent? How should the user of a group accept the message?
As info, in the action I get something like that (maybe therefore nothing is happening):
WARN [TaskExecutor-master-366-ProcessTask [8807052149686]] 12:39:56.590 jobClass attribute is deprecated. Please use jobHandler instead. ERROR [TaskExecutor-master-366-ProcessTask [8807052149686]] 12:39:56.753 There is more than one WorkflowActionTemplateLinkTemplateRelation for source 'GEN_admingroup_null_de.hybris.platform.processengine.definition.xml.UserGroupType@63cdfc77' and target 'GEN_admingroup_null_de.hybris.platform.processengine.definition.xml.UserGroupType@63cdfc77' ERROR [TaskExecutor-master-366-ProcessTask [8807052149686]] 12:39:56.780 There is more than one WorkflowActionTemplateLinkTemplateRelation for source 'GEN_admingroup_null_BACK_TO_PROCESSENGINE' and target 'GEN_admingroup_null_BACK_TO_PROCESSENGINE' WARN [TaskExecutor-master-366-ProcessTask [8807052149686]] 12:39:56.781 Process parameter with name EVENT_AFTER_WORKFLOW_PARAM does not exist.
Any hint is welcome. Even if just a link to a better documentation.
Best regards,
Pablo Rovi