Factorial · Arazzo Workflow
Factorial Update Employee Profile
Version 1.0.0
Confirm an employee, update their profile fields, and read the record back.
View Spec
View on GitHub
Human ResourcesHRISEmployee ManagementTime TrackingPayrollTime OffPerformance ManagementArazzoWorkflows
Provider
Workflows
update-employee-profile
Update an employee's profile fields and confirm the change.
Confirms the employee, updates the supplied fields, and reads the record back.
1
confirmEmployee
getEmployee
Confirm the target employee exists before updating their profile.
2
updateProfile
updateEmployee
Patch the employee with the supplied profile fields.
3
confirmProfile
getEmployee
Read the employee back to confirm the stored profile values.