Class OpenWFE::CancelItem
In: lib/openwfe/workitem.rb
Parent: InFlowItem

When it needs to cancel a branch of a process instance, the engine emits a CancelItem towards it. It‘s especially important for participants to react correctly upon receiving a cancel item.

Methods

new  

Public Class methods

[Source]

     # File lib/openwfe/workitem.rb, line 384
384:         def initialize (workitem)
385: 
386:             super()
387:             @flow_expression_id = workitem.fei.dup
388:         end

[Validate]