Why i have : Throw Input Data Invalid plz?

TEST ADVANCE EXO1.zip (174.0 KB)

is it ok for you ? @nadim.warsi

1 Like

So your flowchart is not correct.
You need to create 2 processes, one which writes/adds item to the queue (this is working fine when you run the Processcomplete.xaml)

You then need to make another sequence which reads from the queue and then your condition takes place which is the last part of your workflow.

Please follow the documentation sequentially.

don’t know how to do that plz

If you have the demo design documentation it is mentioned what all you need to build in your workflow.
The first part of your workflow is correct. You only need to create a second part that reads from the queue and inserts into UIDemo app.

Do you have the documentation? If any concerns you can raise here.

i have the queue in orchestrator and the config file, it is in the zip file

Yes it is correct. Your add to queue is working fine.
Now you need to create a new sequence to read form the queue ( see page 2 of the UiDemo walkthrough documentation)