UKG · Arazzo Workflow
UKG Pro WFM Timecard Period Review
Version 1.0.0
Resolve an employee, pull their timecards, and branch on approval status.
View Spec
View on GitHub
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsSchedulingArazzoWorkflows
Provider
Workflows
timecard-period-review
Retrieve an employee's timecards and branch on their approval status.
Resolves the employee, retrieves timecards for the period, and routes on the returned status — pulling supporting punches when the timecard is not yet approved.
1
resolveEmployee
listWfmEmployees
Confirm the employee is present on the WFM roster before reviewing their timecards.
2
getTimecards
getEmployeeTimecards
Retrieve the timecards for the employee across the requested date range and branch on the approval status of the first timecard.
3
pullPunches
getEmployeePunches
Retrieve the underlying clock punches for the period so a reviewer can reconcile an open or submitted timecard before approving it.