cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Binding

Ziyad
8-Gravel

Binding

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
Rocket_Max
17-Peridot
(To:Ziyad)

Hello @Ziyad

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

MaxWang_0-1597113175294.png

 

BR,

Max

View solution in original post

4 REPLIES 4
PaiChung
22-Sapphire I
(To:Ziyad)

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

slangley
23-Emerald II
(To:Ziyad)

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

Rocket_Max
17-Peridot
(To:Ziyad)

Hello @Ziyad

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

MaxWang_0-1597113175294.png

 

BR,

Max

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
Top Tags