<TaskDescriptor> |
<TaskName name=Gaussian> |
</TaskName> |
<application descriptor="gauss.xml"/> |
<application descriptor="analyze.xml"/> |
<application descriptor="analyze_failure.xml"/> |
<connection> |
<output application="gauss.xml" event="done" /> |
<input application="analyze.xml" method="run" /> |
<connection> |
<connection> |
<output application="gauss.xml" event="failure" /> |
<input application="analyze_failure.xml" method="run" /> |
<connection> |
</TaskDescriptor> |
Components are defined through their application descriptors |
Components interact through event notification |