Call activity actor

1
0
-1

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?

Comments

Submitted by 83242jhdsui on Tue, 02/25/2014 - 15:08

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?

Submitted by ttoine on Tue, 02/25/2014 - 15:55

hello, did you try following this documentation ? http://documentation.bonitasoft.com/creating-actor-filter

Submitted by 83242jhdsui on Tue, 02/25/2014 - 17:14

Thanks!

1 answer

1
+1
-1

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

Notifications