lib/openwfe/engine/engine.rb in openwferu-0.9.3 vs lib/openwfe/engine/engine.rb in openwferu-0.9.4

- old
+ new

@@ -110,10 +110,10 @@ # it got sent to a worklist or wherever by a participant). # Participant implementations themselves do call this method usually. # def reply (workitem) - get_expression_pool.reply(workitem.last_expression_id, workitem) + get_expression_pool.reply(workitem.flow_expression_id, workitem) end # # Registers a participant in this [embedded] engine. # This method is a shortcut to the ParticipantMap method