<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Work Management on Skedulo Documentation</title>
    <link>/action-reference/standard-actions/work-management/</link>
    <description>Recent content in Work Management on Skedulo Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/action-reference/standard-actions/work-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Create Job</title>
      <link>/action-reference/standard-actions/work-management/create-job/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/create-job/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Creates a new job&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to create a new job.&#xA;Provide the region and duration at minimum. Optionally set schedule times, location, and metadata.&lt;/p&gt;&#xA;&lt;h2 id=&#34;request&#34;&gt;&#xA;&#x9;Request&#xA;&#x9;&lt;a id=&#34;popover-request-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;request&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Parameter&lt;/th&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;RegionId&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;The ID of the region for the job&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;0014ccb7-73ad-40e1-9282-2c492a0f313a&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Duration&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;integer&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Job duration in minutes&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;60&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;JobType&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Job type from the Jobs.Type picklist&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Break Fix&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Description&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Job description&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Fix broken equipment&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Start&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Start time in ISO 8601 UTC&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;2026-01-15T09:00:00.000Z&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;End&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;End time in ISO 8601 UTC&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;2026-01-15T10:00:00.000Z&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Address&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Job address&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;123 Main St, Sydney NSW 2000&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;LocationId&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;The ID of the location&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;0014ccb7-73ad-40e1-9282-2c492a0f313a&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;AccountId&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;The ID of the account&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;0014ccb7-73ad-40e1-9282-2c492a0f313a&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;ContactId&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;The ID of the contact&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;0014ccb7-73ad-40e1-9282-2c492a0f313a&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Urgency&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Job urgency from the Jobs.Urgency picklist&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Normal&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;GeoLatitude&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;number&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Latitude coordinate&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;-33.8688&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;GeoLongitude&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;number&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Longitude coordinate&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;151.2093&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;&#xA;&#x9;Response&#xA;&#x9;&lt;a id=&#34;popover-response-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;response&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;This action&amp;rsquo;s output is available as &lt;code&gt;$createJob&lt;/code&gt; in JSONata expressions. See &lt;a href=&#34;../../../guide/response-format/&#34;&gt;Response format&lt;/a&gt; for the standard &lt;code&gt;result.data&lt;/code&gt; / &lt;code&gt;result.errors&lt;/code&gt; structure and error handling patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Duplicate Job</title>
      <link>/action-reference/standard-actions/work-management/duplicate-job/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/duplicate-job/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Duplicates an existing job with configurable options&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to duplicate an existing job with configurable options.&#xA;The new job&amp;rsquo;s dates are offset by the specified number of days.&#xA;The original job must have a region. The new job is created with status &amp;ldquo;Queued&amp;rdquo; and unlocked.&#xA;Optionally copies allocations, products, tags, and tasks from the original.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create Resource Requirement</title>
      <link>/action-reference/standard-actions/work-management/create-resource-requirement/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/create-resource-requirement/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Creates a resource requirement for a job&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to create a resource requirement for a job.&#xA;Resource requirements define how many resources a job needs and optionally specify time windows and duration.&lt;/p&gt;&#xA;&lt;h2 id=&#34;request&#34;&gt;&#xA;&#x9;Request&#xA;&#x9;&lt;a id=&#34;popover-request-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;request&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Parameter&lt;/th&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;JobId&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;The ID of the job&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;0014ccb7-73ad-40e1-9282-2c492a0f313a&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Quantity&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;integer&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Number of resources required&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;2&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Description&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Description of the requirement&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Electrician needed&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Duration&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;integer&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Duration in minutes&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;120&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;ScheduledStart&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Scheduled start in ISO 8601 UTC&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;2026-01-15T09:00:00.000Z&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;ScheduledEnd&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Scheduled end in ISO 8601 UTC&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;2026-01-15T11:00:00.000Z&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;Status&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;No&lt;/td&gt;&#xA;          &lt;td&gt;Requirement status from the ResourceRequirements.Status picklist&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Open&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;&#xA;&#x9;Response&#xA;&#x9;&lt;a id=&#34;popover-response-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;response&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;This action&amp;rsquo;s output is available as &lt;code&gt;$createResourceRequirement&lt;/code&gt; in JSONata expressions. See &lt;a href=&#34;../../../guide/response-format/&#34;&gt;Response format&lt;/a&gt; for the standard &lt;code&gt;result.data&lt;/code&gt; / &lt;code&gt;result.errors&lt;/code&gt; structure and error handling patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Move Job Time</title>
      <link>/action-reference/standard-actions/work-management/move-job-time/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/move-job-time/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Moves a job&amp;rsquo;s start time by a specified offset&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to shift a job&amp;rsquo;s start time by an offset value.&#xA;A positive offset moves the start time later; a negative offset moves it earlier.&#xA;The unit defaults to minutes if not provided (also accepts hours or days).&#xA;Optionally supply a new duration in minutes.&#xA;The end time is automatically recalculated from the new start time and the duration.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cancel Jobs</title>
      <link>/action-reference/standard-actions/work-management/cancel-jobs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/cancel-jobs/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Cancels one or more jobs&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to cancel one or more jobs.&#xA;Jobs that are Complete, already Canceled, or Locked cannot be canceled.&#xA;Partial success is possible: cancellable jobs will be canceled and non-cancellable jobs will appear in errors.&#xA;Set notifyResources to true to send a cancellation notification to allocated resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lock/Unlock Jobs</title>
      <link>/action-reference/standard-actions/work-management/lock-jobs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/work-management/lock-jobs/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Locks or unlocks one or more jobs&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Work Management&lt;/p&gt;&#xA;&lt;p&gt;Use this action to lock or unlock one or more jobs.&#xA;Locked jobs cannot be edited or have their schedule changed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;request&#34;&gt;&#xA;&#x9;Request&#xA;&#x9;&lt;a id=&#34;popover-request-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;request&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Parameter&lt;/th&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;ids&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;array of string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Job UIDs to lock or unlock&lt;br&gt;Min items: 1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;[&amp;quot;0014ccb7-73ad-40e1-9282-2c492a0f313a&amp;quot;]&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;locked&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;boolean&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;true to lock (prevent editing), false to unlock&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;&#xA;&#x9;Response&#xA;&#x9;&lt;a id=&#34;popover-response-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;response&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;This action&amp;rsquo;s output is available as &lt;code&gt;$lockJobs&lt;/code&gt; in JSONata expressions. See &lt;a href=&#34;../../../guide/response-format/&#34;&gt;Response format&lt;/a&gt; for the standard &lt;code&gt;result.data&lt;/code&gt; / &lt;code&gt;result.errors&lt;/code&gt; structure and error handling patterns.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
