Skip to content

Commit

Permalink
Merge pull request #149 from sul-dlss/justinlittman-patch-2
Browse files Browse the repository at this point in the history
Added process to delegated routes for workflow client.
  • Loading branch information
jcoyne authored Jan 21, 2020
2 parents 9da358f + 35f1678 commit f557832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dor/workflow/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize(url: nil, logger: default_logger, timeout: nil, connection: nil)

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, :delete_all_workflows, :update_status, :update_error_status,
:workflow, :process, :delete_workflow, :delete_all_workflows, :update_status, :update_error_status,
to: :workflow_routes

delegate :lifecycle, :active_lifecycle, :milestones, to: :lifecycle_routes
Expand Down

0 comments on commit f557832

Please sign in to comment.