The NullParticipant never replies, it simply discards the workitems it receives.
Simply discards the incoming workitem
[Source]
# File lib/openwfe/participants/participants.rb, line 221 221: def consume (workitem) 222: # does nothing and does not reply to the engine. 223: end
[Validate]