Hi all,
I would like to know if there is a way of identifying which triggering event started the wf.
The situation is like this: i have a workflow that can be started by one of 6 triggering events (6 different situations for vendor master data - creation needed, extension needed, change needed and so on). I have to do different steps inside the workflow function of which event actually triggered the wf.
Is there a container element that gets some sort of identification for the event that actually triggered the wf?
I found a container element that holds the name of the event but it's a multiline container element (so i guess it holds all the event names) and i can't use it in a multiple condition.
Thank you
Cristina