Assembled · Arazzo Workflow
Assembled Review and Cancel a Time Off Request
Version 1.0.0
List pending time-off requests and cancel the first one, branching on whether any exist.
View Spec
View on GitHub
Customer SupportWorkforce ManagementWFMAI AgentsAI CopilotContact CenterCustomer ExperienceSupport OperationsSchedulingForecastingQuality AssuranceVendor ManagementBPOArazzoWorkflows
Provider
Workflows
cancel-time-off
Find a time-off request by status and cancel it when one is present.
Lists time-off requests for an agent in a given status and cancels the first match, or ends without action when the list is empty.
1
findRequests
listTimeOffRequests
List time-off requests for the agent in the supplied status, returning the first matching request id.
2
cancelRequest
cancelTimeOffRequest
Cancel the first matching time-off request found in the prior step.