Workday Tracking System · Arazzo Workflow
Workday Request Time Off With Balance Check
Version 1.0.0
Verify a worker has enough time off balance, then submit a time off request and confirm it.
View Spec
View on GitHub
Absence ManagementAttendanceEnterpriseHCMHuman Capital ManagementPayrollSchedulingTime TrackingTimesheetsWorkforce ManagementArazzoWorkflows
Provider
Workflows
request-time-off-with-balance-check
Check balances, request time off, and confirm the created entry.
Reads time off plan balances for a worker, only proceeds to request time off when a balance exists, then fetches the newly created entry to verify it persisted.
1
checkBalances
listTimeOffBalances
Read the worker's dynamic time off plan balances so the request is only made when the worker has an available balance.
2
requestTimeOff
requestTimeOff
Submit a new time off request for the worker via the Request Time Off business process.
3
confirmTimeOff
getTimeOff
Fetch the newly created time off entry to confirm it was recorded and capture its current status.