jpi_update_component_task
Modify task details within a component, including name, production time, setup time, and teardown time for job scheduling and resource management.
Instructions
Update a task within a component.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentGuid | Yes | Component GUID | |
| taskGuid | Yes | Task GUID | |
| Name | No | New task name | |
| ProductionTimePerUnit | No | New production time in seconds | |
| SetupTime | No | New setup time in seconds | |
| TeardownTime | No | New teardown time in seconds |