cancel
Showing results for 
Search instead for 
Did you mean: 

How to call an Automation Chain from another Automation Chain script (5.8)

SergioFerreira_
Confirmed Champ
Confirmed Champ

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?

1 ACCEPTED ANSWER

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hello,

You can process as follow:

Execution Flow > Run Document Chain (Id:@{Document[«dc:title»]==‘A value’?«ChainA»:«ChainB»})

View answer in original post

4 REPLIES 4

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hello,

You can process as follow:

Execution Flow > Run Document Chain (Id:@{Document[«dc:title»]==‘A value’?«ChainA»:«ChainB»})

Hi Vladimir.

Hi Sergio,

It doesn't works without the " "

Getting started

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.