State transition examples
Here are some examples of how flows can move through states:
- Starting a flow
- When you successfully start a flow for the first time, a flow
transitions through the following states:
(EDITED)... STARTING... RUNNING - Stopping or restarting Data Collector
-
When Data Collector shuts down, running flows transition through the following states:
(RUNNING)... DISCONNECTING... DISCONNECTED - Retrying a flow
- When a flow is configured to retry upon error, Data Collector performs the specified number of retries when the flow encounters errors while running.
- Stopping a flow
- When you successfully stop a flow, a flow transitions through the
following states:
(RUNNING)... STOPPING... STOPPED