Hi Ryan, You can specify properties for your conditions in the conditions.xml. There's an example with properties for "urn:oodt:CheckForMetadataKeys" in the /policy/conditions.xml. Also check out the other examples. So if you're defining a new condition class, you'll have add that to the conditions.xml and include properties for that condition.
Is that what you were looking for? On Tue, Apr 10, 2012 at 12:35 PM, Gerard, Ryan S. (GSFC-586.0)[COLUMBUS TECHNOLOGIES AND SERVICES INC] <[email protected]> wrote: > Hello, > > We have a question regarding our workflow tasks. We are configuring our > tasks.xml file and need to define some properties for our conditions. We > would like to create a general condition and reuse it for many tasks. Is > there a way to do this? > > <task id="urn:oodt:HelloWorld" name="Hello World" > class="org.apache.oodt.cas.workflow.examples.HelloWorld"> > <conditions> > <condition id="urn:oodt:TrueCondition" > IS THERE A WAY TO DEFINE A PROPERTY IN THE > CONDITION HERE > /> > </conditions> > <configuration> > <property name="Person" value="Chris" /> > </configuration> > </task> > > Thanks, > Ryan Gerard > -- -Sheryl
