You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am working on a python script to add an event to trigger a job, and I do not see a way to do it in the documentation.
Describe the solution you'd like
workflow.run.add_event(event, odate, server)
, or alike.
Describe alternatives you've considered
triggering the ctm cli from the script
using the swagger code gen to create my own client
Additional context
Other functions that would support DevOps and Platform Engineering activities would be great. Hold, rerun, manage nodegroups, etc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am working on a python script to add an event to trigger a job, and I do not see a way to do it in the documentation.
Describe the solution you'd like
workflow.run.add_event(event, odate, server)
, or alike.
Describe alternatives you've considered
triggering the ctm cli from the script
using the swagger code gen to create my own client
Additional context
Other functions that would support DevOps and Platform Engineering activities would be great. Hold, rerun, manage nodegroups, etc.
The text was updated successfully, but these errors were encountered: