# File lib/ruote/svc/error_handler.rb, line 88 def action_handle(action, fei, err) fexp = Ruote::Exp::FlowExpression.fetch(@context, fei) msg = { 'action' => action, 'fei' => fei, 'participant_name' => fexp.h.participant_name, 'workitem' => fexp.h.applied_workitem, 'put_at' => Ruote.now_to_utc_s } handle(msg, fexp, err) end