Skip to main content
1-Visitor
July 30, 2020
Solved

Binding

  • July 30, 2020
  • 3 replies
  • 1760 views

Hello All

 

I have created services for each LED in order to visualize the data, services work perfectly but LEDS are updated all the time as you can see in the photo below 

Ziyad_1-1596096782088.png

 

I added a trigger serviceInvokeCompleted to visualize the updated data but it creates a weird binding each time I try to connect it to my service : 

Ziyad_2-1596097192277.png

 

Could you please tell me why that happened, and what can we do to solve this issue

 

Thank you for your answers

 

Best answer by Rocket_Max

Hello @Ziyad

Please see the added red line, these two services then call each other

MaxWang_0-1597113175294.png

 

BR,

Max

3 replies

22-Sapphire I
July 30, 2020

You've created an infinite loop as you can see from the blue binding coming all the way around back to the front.

Please eliminate that and think of a different way to do your event flow

Community Manager
August 10, 2020

Hi @Ziyad.

 

If the previous response allowed you to resolve your issue, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Thank you for participating in our community.

 

Regards.

 

--Sharon

17-Peridot
August 11, 2020

Hello @Ziyad

Please see the added red line, these two services then call each other

MaxWang_0-1597113175294.png

 

BR,

Max

Ziyad1-VisitorAuthor
1-Visitor
August 13, 2020

Thank You for your answers the small problem was resolved,

 
I had services whose entry depended on the output of other services and the events had to be reorganized a little