public interface WorkflowTask
| Modifier and Type | Method and Description |
|---|---|
void |
executeTask(java.util.Map<java.lang.String,java.lang.Object> context)
Execute the task.
|
void executeTask(java.util.Map<java.lang.String,java.lang.Object> context)
throws com.netflix.genie.common.exceptions.GenieException,
java.io.IOException
context - Information needed to execute the task.com.netflix.genie.common.exceptions.GenieException - if there is an error.java.io.IOException - if there is a problem writing to the disk.