jpi_add_task
Add a new task to a job in the JPI scheduling system by specifying task details, timing parameters, resource constraints, and dependencies.
Instructions
Add a new task to a job.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobGuid | Yes | Job GUID | |
| TaskNo | Yes | Task number (e.g., "T010") | |
| Name | No | Task name | |
| ProductionTimePerUnit | No | Production time in seconds | |
| SetupTime | No | Setup time in seconds | |
| TeardownTime | No | Teardown time in seconds | |
| TransferTime | No | Transfer time in seconds | |
| ResourceGroupConstraints | Yes | Resource group constraints array | |
| Quantity | No | Quantity | |
| PredecessorTaskNos | No | Predecessor task numbers |