Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

[HOW TO] Adobe Campaign Standard - Being notified when a Workflow ends

Avatar

Level 2

Hi all,

in our solutions an Adobe Campaign Standard Workflow is called, via REST API,  by an external ETL process to load data.
As you know the API call is asyncronous, so how can the external ETL process be notified that the WF has terminated successfully?
An option can be that of have a file generated at the end of the process: the ETL listens to a folder and when the file is generated can go on with the process.

Anyway is not the most elegant solution...is there a better method to monitor from API the execution status of a WF?

Many thanks,

Fabio

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi,

you can add an alert activity just before the end activity to tell you that the workflow finished successfully.

View solution in original post

2 Replies

Avatar

Level 10

Hi Fabio,

I know for sure that you can trigger a notification if the workflow fails from the workflow properties (see Adobe Campaign Help | Adobe Campaign notifications ), but I'm not sure there is a built-in way to do the same for successful executions.

Still, I'll double check with the team if there are plans for this, and in any case, you can log an enhancement request by loging a support ticket.

Florent

Avatar

Correct answer by
Level 1

Hi,

you can add an alert activity just before the end activity to tell you that the workflow finished successfully.