Question

How do I set the URL parameter when using FndStreamMessages in Workflow

  • 25 April 2024
  • 3 replies
  • 40 views

Userlevel 1
Badge +6
  • Sidekick (Employee)
  • 32 replies

Hi,

When I use the FndStreamMessages in Workflow, I'm not sure how to set the URL parameter.

Do I need to input the entire URL link? like below:

http://test.ifs.cloud/main/ifsapplications/web/page/CustomerOrder/Form?$filter=OrderNo eq '${OrderNo}'

 

I'd like to at least not have to input the hostname. Where can I retrieve it from? I've tried just entering the part after the page, but it doesn't seem to work.

Best regards,

Feng


3 replies

Userlevel 3
Badge +5

Try system parameters. There a setting called “System Url” url (Make sure this always reflects the host name). You can use an api task to read this. And you can try pre building the url with host name and order no appended in a script task. set the built url string as an execution variable. use that execution variable as the value of “Url”.

Userlevel 1
Badge +6

Hi @Buddhi Gunasekara 

 

Thank you for your kindly reply.

I will try.

 

Best regards,

Feng

Userlevel 3
Badge +5

@feng This is not an answer, but I’m interested in the scenario you are working on. Are you trying to push out a Streams message upon a Workflow BPA execution ?

Reply