05-19-2017 05:05 AM
Hello,
I am building a "automation chain" operations (WF_anadirPermisoSolicitud) that it has one parameter. This operation is referenced by other chain with a "Run Chain" operation (WF_anadirListaPermisosSolicitud), using the parameters field.
The definition for both chains: WF_anadirListaPermisosSolicitud
- Context.RunOperation:
id: WF_anadirPermisoSolicitud
isolate: "false"
parameters:
testName: valueParameterTest
WF_anadirPermisoSolicitud
params:
- testName:
type: string
operations:
- Context.FetchDocument
- Seam.AddInfoMessage:
message: "@{ChainParameters['testName']}"
The chain operation is executed from transition´s buttons of workflow task. I have attached the error printed LOG, when WF_anadirListaPermisosSolicitud is executed. Is supported the "@{ChainParameters['parameterName']}" in Nuxeo 6.0?? I think that it´s not.
Thanks, Regards
05-19-2017 06:42 AM
I have resolved the problem. The error was because the task belonged to old instance workflow and it not launch correct operation.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.