jpi_update_template_task
Modify task details within a template by updating its name, production time, setup time, or teardown time to adjust scheduling parameters.
Instructions
Update a task within a template.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateGuid | Yes | Template 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 |