How can I collect the result of a Call Activity when the call activity is an iterator?

1
0
-1

Hello,

I have an Activity named "Validate".

This activity has an iterator, and it must be a Call Activity.

1/ iterator: I loop on a variable "listApplication". I have a local iterator "oneApplication".

2/ Call / Data to send: I can register the "oneApplication" in the call Activity: perfect.

--------------- Receive

The call activity sends me back a "resultApplication". I need to collect all theses "resultApplication" in a "listOfResultApplication".

3/ on the iterator panel, I click "store output result", then I generate a local variable "resultApplication". I collect all "resultApplication" to a "listOfResultApplication". Great

4/ then I need to register "resultApplication" in the "Data To Received". But the variable does not show up: only process variables show up.

What is the workaround?

Thanks,

1 answer

1
0
-1
This one is the BEST answer!

Youps, it's seems this is a Studio Refresh issue.

Save your process: local variable showup in the list...

Best,

Notifications