Package org.camunda.automator.services
Class ServiceDataOperation
java.lang.Object
org.camunda.automator.services.ServiceDataOperation
-
Method Summary
Modifier and TypeMethodDescriptionexecute(String value, RunScenario runScenario, String context) Execute the DataOperation
-
Method Details
-
execute
public Object execute(String value, RunScenario runScenario, String context) throws AutomatorException Execute the DataOperation- Parameters:
value- value to processrunScenario- scenario to get informationcontext- give context in the exception in case of error- Returns:
- the value calculated
- Throws:
AutomatorException
-