Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

Calling an Workflow when an Error Occurs

Avatar

Level 4

Hi

I am using Adobe Campaign Classic v6.7. I want to start another workflow, when any error occurs in the workflow that I am currently running.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Rahul,

To start another workflow you can add the following code in the advanced tab of any activity, Just enter the internal name of the workflow you would like to start.

You can activate the error handling option on different activities in your current workflow which adds a new transition. I would create an alert upon error in certain activities and email the relevant team about the failure and then drop the code above on the advanced tab of the activity to start the new workflow.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Rahul,

To start another workflow you can add the following code in the advanced tab of any activity, Just enter the internal name of the workflow you would like to start.

You can activate the error handling option on different activities in your current workflow which adds a new transition. I would create an alert upon error in certain activities and email the relevant team about the failure and then drop the code above on the advanced tab of the activity to start the new workflow.