1 | <TaskDescriptor> |
2 | <TaskName name=Gaussian> |
3 | </TaskName> |
4 | <application descriptor="gauss.xml"/> |
5 | <application descriptor="analyze.xml"/> |
6 | <application descriptor="analyze_failure.xml"/> |
7 | <connection> |
8 | <output application="gauss.xml" event="done" /> |
9 | <input application="analyze.xml" method="run" /> |
10 | <connection> |
11 | <connection> |
12 | <output application="gauss.xml" event="failure" /> |
13 | <input application="analyze_failure.xml" method="run" /> |
14 | <connection> |
15 | </TaskDescriptor> |
16 | Components are defined through their application descriptors |
17 | Components interact through event notification |