AutoFlow is SingleFlow with agent transfer capability.
Agent transfer is allowed in the following directions:
For peer-agent transfers, it's only enabled when all below conditions are met:
disallow_transfer_to_peer
This matches the Python implementation's AutoFlow class.
Constructor for AutoFlow
Protected
AutoFlow is SingleFlow with agent transfer capability.
Agent transfer is allowed in the following directions:
For peer-agent transfers, it's only enabled when all below conditions are met:
disallow_transfer_to_peeroption of this agent is False (default).This matches the Python implementation's AutoFlow class.