Skip to main content

Is there a way to retrieve all the workflows deployed on the Ataccama runtime server? For instance, we can obtain all the monitoring projects and post-processing details from the Ataccama metadata model. Additionally, I would like to get the workflow names along with their associated plans and component files from the runtime server.

Hi ​@anik .

Could you tell us a bit more about your use case, please?

Are you wanting to see the workflows in Ataccama Desktop or somewhere else? If you have access to the git repo for the respective environment, the workflows and associated plans will be part of the environment’s branch and can be simply pulled into Desktop from there.

Kind regards,
Adrian


Hi ​@Adrian Anderson, thank you for your response. I need a list of all workflow names, associated plans, and scheduler names from the runtime server or Git. To achieve this, I want to create a workflow that retrieves the list of all workflows currently deployed in the production or development branch.


Hi ​@Adrian Anderson, Can we extract a list of workflow names, associated plan names, folder names and scheduler names as shown below by creating a plan or workflow from the runtime server?

 


Reply