I have created a component in Desktop tool to extract the Monitoring Project results. I want to upload these details on Azure server as well schedule this component to execute only weekly basis. This monitoring Project result is aggregated details all the monitoring Project.Â
How to schedule and automate results extraction on weekly basis?Â
Best answer by ivan.kozlov
Hi ​@akshayl09 , Usually such workloads are running on the runtime (orchestration) server which is a part of the platform. You can wrap your component into .ewf workflow, create a schedule, deploy it on orchestration server and run it from there. You’ll need to make sure that relevant connection to Blob Storage container and Ataccama ONE platform also exists on the runtime server. Usually you would push the components/workflows/configs to a git branch associated with runtime server in your environment and then the changes will be deployed after service restart.
Hi ​@akshayl09 , Usually such workloads are running on the runtime (orchestration) server which is a part of the platform. You can wrap your component into .ewf workflow, create a schedule, deploy it on orchestration server and run it from there. You’ll need to make sure that relevant connection to Blob Storage container and Ataccama ONE platform also exists on the runtime server. Usually you would push the components/workflows/configs to a git branch associated with runtime server in your environment and then the changes will be deployed after service restart.