Object
Encapsulating all the information about an error in a process instance.
'apply', 'reply', 'receive', ... Indicates in which "direction" the error occured.
# File lib/ruote/engine/process_error.rb, line 75 def action @h['msg']['action'] end
# File lib/ruote/engine/process_error.rb, line 57 def at @h['msg']['put_at'] end
# File lib/ruote/engine/process_error.rb, line 49 def fei Ruote::FlowExpressionId.new(msg['fei']) end
Exposes the workitem fields directly.
# File lib/ruote/engine/process_error.rb, line 81 def fields @h['msg']['workitem']['fields'] end
# File lib/ruote/engine/process_error.rb, line 37 def message @h['message'] end
# File lib/ruote/engine/process_error.rb, line 45 def msg @h['msg'] end
# File lib/ruote/engine/process_error.rb, line 41 def trace @h['trace'] end
Generated with the Darkfish Rdoc Generator 2.