Hello, I would like to use Alteryx designer to build a supply chain network that is similar to discrete-event simulation. The nodes in the network are different locations and the edges are modes of transportation. The supplies travel in a single direction towards the final node that dictates the demand from the source nodes. Transportation between two nodes can be multiple types of vehicles with different properties like different schedule, capacity by volume/unit/weight. There also needs to be a way to simulate bad weather conditions that for stress testing the transport vehicles. The network needs to be easily modified to include more/less nodes.
Is there a way to do all of this in Alteryx Designer without utilizing exterior executables like Python? Or, which parts can be made in Alteryx Designer and which parts have to be made in Python?