Factorial · Arazzo Workflow
Factorial Create Contract Version
Version 1.0.0
Confirm an employee exists, create a contract version for them, and read it back.
View Spec
View on GitHub
Human ResourcesHRISEmployee ManagementTime TrackingPayrollTime OffPerformance ManagementArazzoWorkflows
Provider
Workflows
create-contract-version
Create a contract version for an existing employee and confirm it.
Confirms the employee, creates a contract version, and reads it back.
1
confirmEmployee
getEmployee
Confirm the target employee exists before creating a contract version.
2
createContract
createContractVersion
Create the contract version for the employee using the supplied terms.
3
confirmContract
getContractVersion
Read the created contract version back to confirm its persisted terms.