DEQUEUE THE SIMULATION

Removes a queued simulation from the HPC/platform job queue, effectively cancelling its pending execution. Use this worker when a simulation needs to be withdrawn before it starts running.

When to use

Tagged: cancel, dequeue, hpc, job_control, queue, simulation.

Inputs

Label ID Type Default Required Description
Simulation simulation_id remote_lookup The unique identifier of the queued simulation to be dequeued; selected via remote lookup against the simulations data source — required.

Outputs

Label ID Type Description
Status status text Text status code or message returned by the platform after the dequeue operation (e.g. ‘success’, ‘already running’, ‘not found’).
Command command text The underlying dequeue command string that was executed against the job scheduler or platform queue.
Output output text Raw text output or log returned by the dequeue operation, useful for debugging or audit trails.

Disciplines

  • platform.job_submission

Auto-generated from platform schema. Worker id: simulation_dequeue. Schema hash: 9af57e80d413. Hand-curated docs in workerexamples/ override this page when present.