-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
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.