About this Block
What it does: The Await block is executed once the Wait For input is built and will produce the object in the Return input as the output. This way, the Await block runs blocks one after the other in a serial order. Commons uses:- The Await block combined with the Run Command block runs commands after input completion.
- The How to use Run Command block support article has an example of using multiple Await blocks to execute an nTop to Fluent workflow in a serial order.
Example File
The image below shows an example of using the Await block to wait to complete the Export Mesh block before running the Run Command block with the Python script.
Download Example: Await Example
The Await block will execute once the ‘Wait For’ input is built, and will produce the object in the ‘Return’ input as the output. This way the Await block can be used to force blocks to run one after the other in serial order.
Inputs
Outputs
| Type |
|---|
| Any |

