workflow structure attributes
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 28 Aug 2006 18:54:52 +0000 (18:54 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 28 Aug 2006 18:54:52 +0000 (18:54 +0000)
org.glite.jp.common/interface/known_attr.h

index d53c792..fafeb82 100644 (file)
@@ -3,6 +3,7 @@
 
 /** Namespace of JP system attributes */
 #define GLITE_JP_SYSTEM_NS     "http://egee.cesnet.cz/en/Schema/JP/System"
+#define GLITE_JP_WORKFLOW_NS   "http://egee.cesnet.cz/en/Schema/JP/Workflow"
 
 /** Job owner, as specified with RegisterJob JPPS operation */
 #define GLITE_JP_ATTR_OWNER    GLITE_JP_SYSTEM_NS ":owner" 
  * Should be almost the same time as registration with LB. */
 #define GLITE_JP_ATTR_REGTIME  GLITE_JP_SYSTEM_NS ":regtime" 
 
+/** Workflow node relationships. */
+#define GLITE_JP_ATTR_WF_ANCESTOR GLITE_JP_WORKFLOW_NS ":ancestor"
+#define GLITE_JP_ATTR_WF_SUCCESSOR GLITE_JP_WORKFLOW_NS ":successor"
+
 /** Attributes derived from LB system data
  * \see jp_job_attrs.h */