chain
Hi all I'm implementing a custom operation and using chainException framework to capture exception thrown in a chain, based on: https://doc.nuxeo.com/display/NXDOC/Automation+Chain+Exception <extension point=“chainException” ...
0 votes
1 answers
0 comments
3244 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
2535 views
Hi all, In the workflow is defined a node with the multiple task flag. The node has defined some its own variables. How to access the variables in the output chain ? TaskInfo only provides some standard like status, comment etc. Best regards
0 votes
0 answers
2 comments
1880 views
If I use the operations Seam.AddInfoMessage and/or Seam.AddErrorMessage in a chain then the message is not displayed. Do I have to signal a state or is there another missing configuration?
0 votes
1 answers
3 comments
2182 views