Create Job Changes
Creates a job change instance with the specified data.
Secured by: Change Job
Scope: Staffing.
Basic Parameters
Parameter | Description |
---|---|
ID | The Workday ID of the resource. |
Job Change Reason ID | wid / id / reference id. |
Supervisory Organization ID | wid / id / reference id. |
Advanced Parameters
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. |
Example Output
{
"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"
}
}
Workflow Library Example
Create Job Changes with Workday and Send Results Via Email
Preview this Workflow on desktop