--- alias: user-guide-business-workflow-task-material-move-next render_macros: false description: "This task moves a material to the next step based on a defined condition" --- # Move-Next The task allows you to Move-Next a Material. ![Screenshot showing a business workflow task for material movement, labeled "MaterialTrackOutPost1".](images/business_workflow_task_material_move_next.png) ??? example "Example" Trigger: - Task Name: `MaterialTrackOutPost_1` - Meaning: After performing Track-Out Material. Condition: - Input Expression: `{{$MaterialTrackOutPost_1.Material.PrimaryQuantity>=10}}` - Meaning: If the Primary Quantity of the Material that was tracked out is greater or equal to 10. Action: - Input: `{{$MaterialTrackOutPost_1.Material}}` - Meaning: The Material that was tracked out is moved to the next step. ## Behavior The user will define a Material. ## Inputs | Name | Data Type | Description |Expression| | --------------- | ---------- | - |--- | | `Material` | `Material` | The Material that will be moved-next |- `{{$.Material}}`
- ``| | `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 moved next | ## Remarks The Material input can be defined by the user as a simple name or an expression, such as **\{\{\$task.Material\}\}** where `task` is the name of a block that has the Material as input/output.