cancel
Showing results for 
Search instead for 
Did you mean: 

Question about bpm:assignee

muralie39
Champ on-the-rise
Champ on-the-rise
hi

<actor>#{bpm_assignee}</actor>

what is assignee in
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$wf:review";
workflow.parameters["bpm:assignee"] = person;
var futureDate = new Date();
futureDate.setDate(futureDate.getDate() + 7);
workflow.parameters["bpm:workflowDueDate"] = futureDate;
workflow.execute(document);


help me plz
1 REPLY 1

stevegreenbaum
Champ in-the-making
Champ in-the-making
bpm_assignee is the person that was selected by the end-user in the workflow wizard to initiate the workflow.