Specifying Payload Updates
The task carries a payload in it. If the payload is set from a business process variable, then an assign activity with the name copyPayloadFromTask
is created in each of the case and otherwise branches to copy the payload from the task back to its source. If the payload is expressed as other XPath expressions (such as ora:getNodes(...)
), then this assign is not created because of the lack of a process variable to copy the payload back. If the payload does not require modification, then you can remove the assign generated in the switch-case after the task scope.