Written by

Technical Delivery Master at Deloitte
Question Michael Wood · Jan 13

%Source value into a BPL context parameter

I have a Service reading a flat file and routing to a Process.  Does anyone know how to get the %Source value into a BPL context parameter?

Product version: IRIS 2023.1

Comments

Oliver Wilms · Jan 13

<assign name="context.SourceName" property="context.SourceName" value="process.%PrimaryRequestHeader.SourceConfigName" action="set" xpos='200' ypos='750' />

0