x3innovation / X3F1Studio

X3F1 Studio provides a realtime collaborative user interface for developing F1 application
0 stars 0 forks source link

FMX linking the flow requires the Output Data Type matching the Trigger Event Data Type #31

Open x3innovation opened 9 years ago

1730wang commented 9 years ago

image

To add a valid link between Task_1.Output_1 and Task_2.NewDataEvent Output_1's type attribute has to be the same as NewDataEvent's type.

User should be able to add link no matter what, but when the link is not valid, i.e. output's type != input's type. The link should be colored red, or something to alert the user.