Every time you start an Actor or a task, a run object is created. A run is associated with an Actor (directly or via tasks) and has its own parameters (input, output, allocated memory, timeout, etc.). Once it's started, you can watch its log file with data being stored in a key-value store or a dataset.
A run is created whenever you start an Actor or a task
Written by Hany Duong
Updated over a year ago