lib/dor/workflow/client.rb in dor-workflow-client-7.3.0 vs lib/dor/workflow/client.rb in dor-workflow-client-7.4.0

- old
+ new

@@ -38,10 +38,10 @@ raise ArgumentError, 'You must provide either a connection or a url' if !url && !connection @requestor = Requestor.new(connection: connection || ConnectionFactory.build_connection(url, timeout: timeout, logger: logger)) end - delegate :create_workflow_by_name, :workflow_status, :workflows, + delegate :create_workflow_by_name, :workflow_status, :workflows, :all_workflows, :workflow, :process, :delete_workflow, :delete_all_workflows, :update_status, :update_error_status, to: :workflow_routes delegate :lifecycle, :active_lifecycle, :milestones, to: :lifecycle_routes