chili-epfl / FROG

Fabricating and running orchestration graphs
https://github.com/chili-epfl/FROG/wiki
Other
82 stars 27 forks source link

Check activity to activity connections in graph validator #660

Open houshuang opened 6 years ago

houshuang commented 6 years ago

Right now the activityData functions in frog-utils has some runtime checks saying for example that a p1 activity cannot be connected to a p3 activity - this should also be verified in the graph editor - we should make it impossible to hit any of these errors.

houshuang commented 6 years ago

This is related to #1202