Closed konono closed 1 year ago
Hi @konono , thank you very much for this contribution! Would you mind moving the WorkflowNodes code under the job.py module and also add it in the relevant init.py since there is also a WorkflowJobRun class there and it feels like it fits. What do you think?
oh and please also add yourself on the Credits of the module and the CONTRIBUTING.rst in the root as a contributor.
Hi @costastf , thank you your reply ! I have made corrections based on your suggestion, please review.
💪
v3.14 implements your changes, thanks again!
In the job.py file, I added a new property called workflow_nodes to the WorkflowJobRun class. This property is designed to retrieve information about the WorkflowNodes associated with a particular job run.
These changes appear to enhance the library's capabilities by allowing users to access WorkflowNodes information related to job runs and providing a dedicated class for modeling WorkflowNodes in Ansible Tower.