02-20-2014 06:41 PM
Hi.
How can I use some condition statments in a Automation Chain?
I found some explanation in this topic http://answers.nuxeo.com/questions/321/condition-in-an-automation-chain
But, the "Execution Flow > Run Operation" is not present anymore on 5.8 version.
I'm trying run this operation whith Scripting -> Run Script (@{mediaSelected.type == "Media"?deleteMedia:raiseMessage2}) Where, "deleteMedia" and "raiseMessage2" are Automation Chains previusly created.
But, the error message is: "Error: unresolvable property or identifier: deleteMedia"
I don't know how can I call the Automations Chain from another Automation Chain script and which operations I can perform (as creation, deletion, rename, etc).
Please, some help? Some documentation link?
02-21-2014 06:24 AM
Hello,
You can process as follow:
Execution Flow > Run Document Chain (Id:@{Document[«dc:title»]==‘A value’?«ChainA»:«ChainB»})
02-21-2014 06:24 AM
Hello,
You can process as follow:
Execution Flow > Run Document Chain (Id:@{Document[«dc:title»]==‘A value’?«ChainA»:«ChainB»})
03-04-2014 02:23 PM
Hi Vladimir.
03-04-2014 03:49 PM
Hi Sergio,
03-05-2014 06:57 PM
It doesn't works without the " "
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.