lib/openwfe/flowexpressionid.rb in openwferu-0.9.4 vs lib/openwfe/flowexpressionid.rb in openwferu-0.9.5

- old
+ new

@@ -94,13 +94,16 @@ OpenWFE::fulldup(self) end alias eql? == - alias to_debug_s to_s + #alias to_debug_s to_s #def to_debug_s # "#{to_s} (h#{hash}) (i#{object_id})" #end + def to_debug_s + "(fei #{@workflow_definition_name} #{@workflow_definition_revision} #{@workflow_instance_id} #{@expression_id} #{@expression_name})" + end # # Returns the workflow instance id without any subflow indices. # For example, if the wfid is "1234.0.1", this method will # return "1234".