Do¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
Any input type is accepted. The input of this shard will be given as input for the specified Wire | Any |
||
Output ➡️ |
The output of this shard will be the output of the Wire that is executed. | Any |
||
Wire |
No | The Wire to execute inline. | none |
Wire String None |
Schedules and executes the specified Wire inline of the current Wire. The specified Wire needs to complete its execution before the current Wire continues its execution. This means that a pause in execution of the child Wire will also pause the parent Wire.
Details¶
The child wire inherits and uses the context variables of the parent wire. Any changes to said variables will also be reflected on the parent wire.
Child wire is executed inline. Any pauses on the child wire will also pause the parent wire.
Child wire is executed on the same mesh as the parent wire.
Examples¶
1 2 3 4 5 6 |
|