Hi,
We are trying to use Shared Flow for combining common functionalities and we would like to provide few parameters as input to shared Flow by passing properties in the flow call out policy. But we are not get these properties values in the java script with in shared flow and also they don't show up in tracing.
Could you please suggest on how to send parameters or properties to Shared Flow without using AssignMessage policy in the proxy?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <FlowCallout async="false" continueOnError="false" enabled="true" name="SF_SharedRules"> <DisplayName>SF_SharedRules</DisplayName> <FaultRules/> <Properties> <Property name="name1">value1</Property> <Property name="name2">value2</Property> </Properties> <SharedFlowBundle>SharedFlow_SharedRules</SharedFlowBundle> </FlowCallout>