workflow-core
workflow-core copied to clipboard
Added optional context parameter for Ouput operations. Fixes #1143
Describe the change Fixes issue #1143 by adding optional context parameter for Output operations (both source/destination mode and action mode).
Describe your implementation or design
Adding context parameter in the interface and supporting two parameters in target expression of MemberMapParameter
.
Tests
Yes. Adding should_assign_output_with_context
in MemberMapParameterTests
.
Breaking change None
Additional context No