Skip to main content

Hello,

 

do you know wheter a schedule (https://docs.celonis.com/en/schedules.html) can be triggered by an external action?

In our case, we would need to start an extraction once a SAP job is finished. We could use e.g. an email notification for that.

But first I want to check if this is even possible at all. The docs says that the schedule can start at the given time only.

Do see there maybe some workaround to have trigger based schedule/extraction?

 

Thank you very much for any idea!

Jan

Hmmmm... I don't find any skill or AF component that will allow you to launch a datajob (funny, I am pretty sure I saw it )

 

So, I guess your only way will be:

 

As alternative, you can create a AF with a webhook that then will call a ML workbench notebook. And then you launch the datajob using pycelonis from the notebook. That way you don't need python in your external servers, just need a http call

 

HTH


Reply