Package org.onehippo.repository.api
Interface WorkflowTask
-
public interface WorkflowTask
A unit task as part of a workflow action processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute()
Execute this workflow task
-
-
-
Method Detail
-
execute
Object execute() throws WorkflowException
Execute this workflow task- Returns:
- eventResult
- Throws:
WorkflowException
-
-