Secured by: Change Job

Scope: Staffing.

Basic Parameters

ParameterDescription
IDThe Workday ID of the resource.
Job Change Reason IDwid / id / reference id.
Supervisory Organization IDwid / id / reference id.

Advanced Parameters

ParameterDescription
EffectiveThe date this business process takes effect.
Move Managers TeamReturns 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