Factorial · Arazzo Workflow
Factorial Find Employee and File Leave
Version 1.0.0
Look up an employee by email, then file a time off request for the matched employee.
View Spec
View on GitHub
Human ResourcesHRISEmployee ManagementTime TrackingPayrollTime OffPerformance ManagementArazzoWorkflows
Provider
Workflows
find-employee-file-leave
Resolve an employee by email and file a leave for them.
Lists employees, branches on whether the supplied email matches, and files a leave for the matched employee.
1
findEmployee
listEmployees
List employees and select the first whose email matches the supplied address. Branches to file the leave when matched, otherwise ends.
2
fileLeave
createLeave
File the leave / time off request for the matched employee.