Factorial · Arazzo Workflow
Factorial Log Attendance Shift
Version 1.0.0
Confirm an employee, log a completed attendance shift, and read it back.
View Spec
View on GitHub
Human ResourcesHRISEmployee ManagementTime TrackingPayrollTime OffPerformance ManagementArazzoWorkflows
Provider
Workflows
log-attendance-shift
Log a completed attendance shift for an employee and confirm it.
Confirms the employee, creates a shift with explicit times, and reads it back.
1
confirmEmployee
getEmployee
Confirm the target employee exists before logging a shift.
2
createShift
createShift
Create the attendance shift with the supplied clock-in and clock-out times.
3
confirmShift
getShift
Read the created shift back to confirm its stored times.