Module Ruote::Exp::MergeMixin
In: lib/ruote/exp/merge.rb

Gathering methods for merging workitems.

Methods

Public Instance methods

Merge workitem ‘source’ into workitem ‘target’.

If type is ‘override’, the source will prevail and be returned.

If type is ‘mix’, the source fields will be merge into the target fields.

If type is ‘isolate’, the source fields will be placed in a separte field in the target workitem. The name of this field is the child_id of the source workitem (a string from ‘0’ to ‘99999’ and beyond)

[Validate]