Interface FunctionExecutionOnWorkflow
-
- All Superinterfaces:
FunctionExecution
public interface FunctionExecutionOnWorkflow extends FunctionExecution
Execution of a function at the dataspace level.- Since:
- 4.2.0
- See Also:
FunctionDefinition.getExecution()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionResultexecute(ExecutionContextOnWorkflow context)Executes at the workflow level.
-
-
-
Method Detail
-
execute
FunctionResult execute(ExecutionContextOnWorkflow context) throws DPRAException
Executes at the workflow level.- Parameters:
context- The execution context on workflow.- Throws:
DPRAException- An exception with a user-friendly message in case an error is thrown.
-
-