public interface WorkflowTaskInstance
The part of a WorkflowTask that is responsible for actually doing the work.
Modifier and Type | Method and Description |
---|---|
void |
run(Metadata metadata,
WorkflowTaskConfiguration config)
Runs the Task with the specified metadata context.
|
void run(Metadata metadata, WorkflowTaskConfiguration config) throws WorkflowTaskInstanceException
Runs the Task with the specified metadata context.
metadata
- The TaskContext of metadata that is shared between the tasks.config
- The static configuration metadata for this task.WorkflowTaskInstanceException
Copyright © 1999–2017 Apache OODT. All rights reserved.