The NullParticipant never replies, it simply discards the workitems it receives.
Included modules
Public instance methods
consume
(workitem)
Simply discards the incoming workitem
[show source]
# File lib/openwfe/participants/participants.rb, line 202 202: def consume (workitem) 203: # does nothing and does not reply to the engine. 204: end