Suspend & Timeout functionality in WorkflowTemplates currently incompatible? #14193
Unanswered
BenjaminCaffrey
asked this question in
Q&A
Replies: 2 comments 1 reply
-
My understanding is that the |
Beta Was this translation helpful? Give feedback.
0 replies
-
argo-workflows/pkg/apis/workflow/v1alpha1/workflow_types.go Lines 698 to 699 in 553c8ad |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! We use Argo Workflows and utilize a Suspend + Resume pattern. We successfully followed the documentation for Suspending and that worked well:
We suspend until we programmatically call argo resume. We want to combine it with a timeout and followed the Timeouts documentation to attempt to fail / abort a step created from this-is-my-suspend-template if it hasn't been programmatically resumed after a certain time:
This doesn't seem to work. Does this feel like an issue? Is there any documentation that states these two concepts are incompatible? Seems like there is a workaround here, I'm wondering if it's natively supported. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions