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