UKG · Arazzo Workflow
UKG Cross-System Employee Reconcile
Version 1.0.0
Match an HCM employee record against the WFM roster for the same person.
View Spec
View on GitHub
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsSchedulingArazzoWorkflows
Provider
Workflows
cross-system-employee-reconcile
Read the HCM record then confirm the employee is present in WFM.
Reads the authoritative HCM employee record, queries the WFM roster scoped to the employee's home location, and branches on whether WFM returned any matching records.
1
getHcmEmployee
{$sourceDescriptions.ukgProHcmApi.url}#/paths/~1personnel~1v2~1employees~1{employeeId}/get
Read the authoritative HCM employee record including the home location used to scope the WFM lookup.
2
queryWfmRoster
{$sourceDescriptions.ukgProWfmApi.url}#/paths/~1v1~1employees/get
Query the WFM roster scoped to the employee's HCM home location and branch on whether any WFM records came back.
Source API Descriptions
openapi