I want the actor of the process called by a call activity to be the actor of the call activity.
How can I implement this behavior?
I want the actor of the process called by a call activity to be the actor of the call activity.
How can I implement this behavior?
An actor is defined in the process itself, so you cannot directly do what you aim at.
However, it what you're looking at is to make the called process default USER (and not actor) the same as the CallActivity current effective user, you can pass the User ID as a mapped parameter in the "mapping" section of the CallActivity to the called process.
Hope this helps,
Emmanuel
Thanks, guess that helps. Could you give some more details on how to do it. I do not really have an idea on how to pass an user ID: What's the source and target?
hello, did you try following this documentation ? http://documentation.bonitasoft.com/creating-actor-filter
Thanks!