From 0bdd950b644a4bc7bbcad640f0308dc00a588eb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 28 Aug 2006 18:54:52 +0000 Subject: [PATCH] workflow structure attributes --- org.glite.jp.common/interface/known_attr.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.jp.common/interface/known_attr.h b/org.glite.jp.common/interface/known_attr.h index d53c792..fafeb82 100644 --- a/org.glite.jp.common/interface/known_attr.h +++ b/org.glite.jp.common/interface/known_attr.h @@ -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" @@ -14,6 +15,10 @@ * 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 */ -- 1.8.2.3