From: Aleš Křenek Date: Mon, 28 Aug 2006 18:54:52 +0000 (+0000) Subject: workflow structure attributes X-Git-Tag: glite-jp-common_R_1_2_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0bdd950b644a4bc7bbcad640f0308dc00a588eb0;p=jra1mw.git workflow structure attributes --- 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 */