startworkflow
I'm using Nuxeo IDE 7.10 and I'm trying to set a workflow on documents , i've done this: Create document (type : File) Add Serial workflow i've noticed that Edit permission is granted by Workflow When connecting as the participant user to validate ...
0 votes
0 answers
0 comments
4161 views
How should the stringlist parameter be passed to Context.StartWorkflow in the proper way? I have tried: participants=@{Context["participants"]}
participants=@{java.util.Arrays.asList(Context["participants"])}
1 votes
1 answers
4 comments
2553 views