cancel
Showing results for 
Search instead for 
Did you mean: 

workflow initiator

chys
Champ in-the-making
Champ in-the-making
How to set workflow initiator in javascript
       I set workflow.parameters["bpm:initiator"] = people.getPerson("mark"),
       but it doesn't work.
Who can give me some suggestion?Thank you in advance!
3 REPLIES 3

davidc
Star Contributor
Star Contributor
The workflow initiator is auto-set to whoever starts the workflow i.e. the current user.  It can't be overridden at this time.

chys
Champ in-the-making
Champ in-the-making
ok,thank you!

alarocca
Champ in-the-making
Champ in-the-making
Is it possibile to set initiator with the current release? I need to start the workflow from an external application using web service. I would like to set the user starting the workflow (and then completing) instead of the current user used to establish the connection.

The workflow initiator is auto-set to whoever starts the workflow i.e. the current user.  It can't be overridden at this time.