Applies the changes described by this patch to the specified collection
of FiberRef values.
Applies the changes described by this patch to the specified collection
of FiberRef values.
Combines this patch and the specified patch to create a new patch that describes applying the changes from this patch and the specified patch sequentially.
A
Patchcaptures the changes inFiberRefvalues made by a single fiber as a value. This allows fibers to apply the changes made by a workflow without inheriting all theFiberRefvalues of the fiber that executed the workflow.