org.apache.oodt.cas.workflow.structs
Interface WorkflowTaskInstance

All Known Implementing Classes:
ExternScriptTaskInstance, GoodbyeWorld, HelloWorld, LongTask, MailTask, NumIncrementTask, RandomStatusUpdateTask

public interface WorkflowTaskInstance

Version:
$Revsion$

The part of a WorkflowTask that is responsible for actually doing the work.

Author:
mattmann

Method Summary
 void run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config)
           Runs the Task with the specified metadata context.
 

Method Detail

run

void run(org.apache.oodt.cas.metadata.Metadata metadata,
         WorkflowTaskConfiguration config)
         throws WorkflowTaskInstanceException

Runs the Task with the specified metadata context.

Parameters:
metadata - The TaskContext of metadata that is shared between the tasks.
config - The static configuration metadata for this task.
Throws:
WorkflowTaskInstanceException


Copyright © 1999-2011 Apache OODT. All Rights Reserved.