Dispatch#
The task allows the user to Dispatch a Material to a Resource
Behavior#
The user will define a Material and a Resource.
Inputs#
| Name | Data Type | Description |
|---|---|---|
Material | Material | The Material that will be dispatched |
Resource | Resource | The Resource where the Material will be processed |
Comment | String | An optional comment that will be associated with the operation that is being executed |
Outputs#
| Name | Data Type | Description |
|---|---|---|
Material | Material | The Material that was dispatched |
Resource | Resource | The Resource where the material was dispatched |
Remarks#
The Material and the Resource inputs can be defined by the user as a simple name or an expression, e.g {{$task.Material}} where task is the name of a block that has the Material as input/output.
