@steftriant here is a working example using a SPIN json array/collection
multiInstance-userAssigneeTest.bpmn (4.0 KB)
var names = S(JSON.stringify({"names":["chris","steve","frank"]}));
execution.setVariable('assignees', names);
@steftriant here is a working example using a SPIN json array/collection
multiInstance-userAssigneeTest.bpmn (4.0 KB)
var names = S(JSON.stringify({"names":["chris","steve","frank"]}));
execution.setVariable('assignees', names);