Move Job Time

Overview

Moves a job’s start time by a specified offset

Category: Work Management

Use this action to shift a job’s start time by an offset value. A positive offset moves the start time later; a negative offset moves it earlier. The unit defaults to minutes if not provided (also accepts hours or days). Optionally supply a new duration in minutes. The end time is automatically recalculated from the new start time and the duration.

Request

Parameter Type Required Description Example
jobId string Yes The ID of the job to move 0014ccb7-73ad-40e1-9282-2c492a0f313a
offset integer Yes Offset to apply to the start time. A positive value moves later, negative moves earlier. 30
offsetUnit string No Unit of the offset (defaults to minutes)
Values: minutes, hours, days
Default: minutes
minutes
duration integer No New duration for the job in minutes (optional: if omitted, the existing duration is preserved)
Min: 1
60

Response

This action’s output is available as $moveJobTime in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.

Field Type Description
result.data.UID string The UID of the record

Example output:

{
  "UID": "00147d8e-5fa2-4b63-a670-af81566ddc11"
}