cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Parameters from Workflow Container to Dynamic Parameter in UWL

Former Member
0 Kudos

Dear Community,

we are currently setting up a Portal enabled workflow where we want to pass a parameter that is set in the Workflow container to a BSP using the webflow.

Calling the BSP is no problem at all, but the parameters we addedd always are null. But when we check in the workflow container they have values assigned to them.

This is the current line in my UWL.xml file.

<Property name="DynamicParameter" value="$"/>

Thank you.

Best Regards Nicolas

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Kudos
when we check in the workflow container they have values assigned

This means that you know what are the parameters that you want in the BSP application so It is good option to go and create a WEB service from the txn

  • WF_EXTSRV*

Former Member
0 Kudos

Dear Community,

I have solved the issue. I used custom attributes in the item type definition of the UWL configuration.

Best regards Nicolas

Edited by: Nicolas Loewe on Aug 5, 2009 8:20 PM

Answers (0)