lib/dor/workflow/client.rb in dor-workflow-client-7.5.0 vs lib/dor/workflow/client.rb in dor-workflow-client-7.6.0
- old
+ new
@@ -23,10 +23,10 @@
# TODO: VALID_STATUS should be just another attribute w/ default
#
# Create and update workflows
class Client
# From workflow-server-rails' app/models/workflow_step.rb
- VALID_STATUS = %w[waiting completed error queued skipped started].freeze
+ VALID_STATUS = %w[waiting completed error queued skipped started retrying].freeze
attr_accessor :requestor
# Configure the workflow service
# @param [String] :url points to the workflow service