apply_queue_add
Add a job application to the batch-apply queue, or replace an existing one if the job ID matches. Updates the queue file at the specified path.
Instructions
Add or replace a QueueItem in the batch-apply queue.
If an item with the same job_id already exists it is replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | The QueueItem to add. | |
| path | Yes | Absolute path to the JSON queue file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |