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
When a flow uses the @schedule decorator, running argo-workflows create deploys two things:
An Argo workflow template for the flow
An Argo cron workflow that triggers the flow on schedule
However, when running argo-workflows create --only-json, only the Argo Workflow Template for the flow gets generated, the schedule configuration is lost.
The text was updated successfully, but these errors were encountered:
When a flow uses the
@schedule
decorator, runningargo-workflows create
deploys two things:However, when running
argo-workflows create --only-json
, only the Argo Workflow Template for the flow gets generated, theschedule
configuration is lost.The text was updated successfully, but these errors were encountered: