Workday Tracking System · Arazzo Workflow
Workday Clock Event to Timesheet Submission
Version 1.0.0
Ingest a time clock event, poll for the resulting calculated time blocks, then submit the worker's timesheet.
View Spec
View on GitHub
Absence ManagementAttendanceEnterpriseHCMHuman Capital ManagementPayrollSchedulingTime TrackingTimesheetsWorkforce ManagementArazzoWorkflows
Provider
Workflows
clock-event-to-timesheet
Push a clock event, wait for time blocks, and submit the timesheet.
Ingests a time clock event, polls the worker's time blocks until the processing produces blocks, then locates and submits the worker's timesheet.
1
pushClockEvent
createTimeClockEvent
Push a time clock event from the third-party collection system into Workday Time Tracking for processing.
2
pollTimeBlocks
listTimeBlocks
Poll the worker's time blocks for the event date range until processing has produced at least one time block. Retries while the list is empty.
3
listTimesheets
listTimesheets
List the worker's timesheets for the period to locate the timesheet that now contains the processed time blocks.
4
submitTimesheet
submitTimesheet
Submit the located timesheet for approval.