Actions
Create Job Changes
Creates a job change instance with the specified data.
Secured by: Change Job
Scope: Staffing.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The Workday ID of the resource. |
| Job Change Reason ID | wid / id / reference id. |
| Supervisory Organization ID | wid / id / reference id. |
| Parameter | Description |
|---|---|
| Effective | The date this business process takes effect. |
| Move Managers Team | Returns a boolean that indicates whether teams reporting to the ~Manager~ moved with them during the Change Job Event. |
{
"descriptor": "Lorem ipsum dolor sit ame",
"effective": "The date this business process takes effect.",
"href": "A link to the instance",
"id": "Id of the instance",
"jobChangeReason": {
"descriptor": "A description of the instance",
"href": "A link to the instance",
"id": "wid / id / reference id"
},
"moveManagersTeam": true,
"proposedOrganizations": [
{
"descriptor": "Lorem ipsum dolor sit ame",
"href": "A link to the instance",
"id": "Id of the instance"
}
],
"supervisoryOrganization": {
"descriptor": "A description of the instance",
"href": "A link to the instance",
"id": "wid / id / reference id"
}
}
Was this page helpful?