NotTrackedSubFlowsDurationInfo extension
Extension on FlowOperation to calculate the duration of subflows that are not tracked within the current flow operation.
Methods
-
getNotTrackedSubFlowsDuration(
) → Duration? -
Available on FlowOperation, provided by the NotTrackedSubFlowsDurationInfo extension
Calculates the duration of subflows that are not tracked within the current flow operation. -
getNotTrackedSubFlowsRatio(
) → double? -
Available on FlowOperation, provided by the NotTrackedSubFlowsDurationInfo extension
Calculates the ratio of the duration of subflows that are not tracked relative to the total operation duration, adjusted by an error threshold.