Onfleet · Arazzo Workflow
Onfleet Clone and Force-Complete Task
Version 1.0.0
Read a task, clone it for a redelivery, then force-complete the original.
View Spec
View on GitHub
Last Mile DeliveryLogisticsFleet ManagementDispatchRoute OptimizationCourierDriversTrackingGeocodingWebhooksAISaaSArazzoWorkflows
Provider
Workflows
clone-and-complete-task
Clone a task for redelivery and force-complete the original.
Reads a task, clones it to queue a redelivery, and force-completes the original task with a failure note.
1
getOriginalTask
getTask
Read the original task to capture its details before cloning.
2
cloneTask
cloneTask
Clone the original task to queue a fresh redelivery attempt.
3
completeOriginal
forceCompleteTask
Force-complete the original task with the supplied outcome and notes.