Add Participants Using WorkflowVariable["participants"][WorkflowVariable.index]
Hi everyone,
I'm trying to design a workflow that will take a liste of documents and passe it throw workflow using:
String createNewInstance(String routeModelId,
List<String> docIds,
CoreSession session,
boolean startInstance)
Parameters: routeModelId
- the route model id docIds
- The list of document bound to the instance. session
- the session startInstance
- if the route is automatically started Returns: the created route instance id
what i want is to know how can i add participants or actors to this workflow using workflowvariabl i have no idea how can i do it
Thanks in advance.
0 votes
0 answers
1630 views