workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

Added optional context parameter for Ouput operations. Fixes #1143

Open cjundt opened this issue 2 years ago • 0 comments

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

cjundt avatar Feb 24 '23 15:02 cjundt