Closed schuellc-nvidia closed 3 months ago
Add support for the deactivate <FLOW_ID> keyword that is a shortcut for StopFlow(flow_id="<FLOW_ID>", deactivate=True)
deactivate <FLOW_ID>
StopFlow(flow_id="<FLOW_ID>", deactivate=True)
We also need to add the deactivate keyword to the sphinx parser configuration.
Add support for the
deactivate <FLOW_ID>
keyword that is a shortcut forStopFlow(flow_id="<FLOW_ID>", deactivate=True)