(boundaryID string)
| 41 | } |
| 42 | |
| 43 | func (woc *wfOperationCtx) getActivePods(boundaryID string) int64 { |
| 44 | return woc.countNodes(woc.getActivePodsCounter(boundaryID)) |
| 45 | } |
| 46 | |
| 47 | func (woc *wfOperationCtx) getActiveChildren(boundaryID string) int64 { |
| 48 | return woc.countNodes(getActiveChildrenCounter(boundaryID)) |