Runs the given task number of the specified activity for this Instance.
| Name | Type | Description | Mode |
|---|---|---|---|
| activity | String | String activity name. | in |
| task | Int | int task number. | in |
| args | Any[Any] | Arguments containing the instance initialization data. | in |
| submit | String[] | Simulated components execution values. | in |
| expect | String | expected value. | in |
| wait | Interval | Interval to wait. | in |