()
| 4377 | } |
| 4378 | |
| 4379 | func (woc *wfOperationCtx) GetShutdownStrategy() wfv1.ShutdownStrategy { |
| 4380 | return woc.execWf.Spec.Shutdown |
| 4381 | } |
| 4382 | |
| 4383 | func (woc *wfOperationCtx) ShouldSuspend() bool { |
| 4384 | return woc.execWf.Spec.Suspend != nil && *woc.execWf.Spec.Suspend |
no outgoing calls
no test coverage detected