lib/dor/workflow/client.rb in dor-workflow-client-3.2.0 vs lib/dor/workflow/client.rb in dor-workflow-client-3.3.0

- old
+ new

@@ -37,10 +37,10 @@ @requestor = Requestor.new(connection: connection || ConnectionFactory.build_connection(url, timeout: timeout, logger: logger)) end delegate :create_workflow, :create_workflow_by_name, :update_workflow_status, :workflow_status, :workflow_xml, :update_workflow_error_status, :all_workflows_xml, :workflows, - :workflow, :delete_workflow, to: :workflow_routes + :workflow, :delete_workflow, :delete_all_workflows, to: :workflow_routes delegate :lifecycle, :active_lifecycle, :milestones, to: :lifecycle_routes delegate :lane_ids, :stale_queued_workflows, :count_stale_queued_workflows, :objects_for_workstep, :errored_objects_for_workstep, :count_objects_in_step,