UKG · Arazzo Workflow
UKG Pro HCM Submit Personnel Change
Version 1.0.0
Validate an employee, submit a personnel action, and branch on its status.
View Spec
View on GitHub
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsSchedulingArazzoWorkflows
Provider
Workflows
submit-personnel-change
Submit a personnel action change request and branch on its returned status.
Validates the employee, captures the current job for an audit trail, submits the personnel change request, and routes on the returned processing status.
1
validateEmployee
getEmployee
Confirm the employee exists and is in a state that can accept a personnel action by reading the detailed record.
2
captureCurrentJob
getEmployeeJobs
Capture the current job assignment so the change request has a documented before-state.
3
submitChange
createPersonnelChangeRequest
Submit the personnel change request. The API returns a request identifier and a processing status.
4
confirmApproved
getEmployee
Re-read the employee record after an immediately-approved change to confirm the resulting employment status.