Class ServiceDataOperation

java.lang.Object
org.camunda.automator.services.ServiceDataOperation

@Component public class ServiceDataOperation extends Object
  • Method Details

    • execute

      public Object execute(String value, RunScenario runScenario, String context) throws AutomatorException
      Execute the DataOperation
      Parameters:
      value - value to process
      runScenario - scenario to get information
      context - give context in the exception in case of error
      Returns:
      the value calculated
      Throws:
      AutomatorException