Hello, community
I’m currently working on a project which requires a workflow on the runtime server to be triggered after the monitoring project on Ataccama ONE is finished. Can anyone recommend a solution to achieve this? Thank you in advance
Hello, community
I’m currently working on a project which requires a workflow on the runtime server to be triggered after the monitoring project on Ataccama ONE is finished. Can anyone recommend a solution to achieve this? Thank you in advance
Best answer by Maxim Kim
I don’t have exact answer to this, hopefully someone more knowledgeable would share how to do it properly.
I am thinking about Notification Handlers https://support.ataccama.com/home/docs/aip/latest/development-guides/one-runtime-server-development-guide/workflow-and-scheduler/notifications-handler that might be able to do it, but it looks like they are only for events (UPDATE, CREATE, DELETE) of the entity (when monitoring project was updated, created etc). Not sure if there is a way to subscribe for changes such as “monitoring project job is finished”.
Although there might be a way to do it:
You can try to subscribe for the monitoringProjectProcessing
entity which is embedded into monitoring project and run a workflow once a new processing is created and then updated with finishedAt
for a given MP.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.