Skip to content

Move-Next#

The task allows you to Move-Next a Material.

Screenshot showing a business workflow task for material movement, labeled "MaterialTrackOutPost1".

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 - {{$<task_name>.Material}} - <material_name>
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.