@Component public class LogVariables extends BaseJavaDelegate
activitiHelper, activitiRuntimeHelper, activitiService, configurationDaoHelper, daoHelper, herdStringHelper, jobDefinitionDao, jobDefinitionDaoHelper, jobDefinitionHelper, jsonHelper, userNamespaceAuthorizationHelper, VARIABLE_JSON_RESPONSE, xmlHelper| Constructor and Description |
|---|
LogVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeImpl(org.activiti.engine.delegate.DelegateExecution execution)
The execution implementation.
|
execute, getRequestObject, handleException, isSpringInitialized, setJsonResponseAsWorkflowVariable, setJsonResponseAsWorkflowVariable, setSecurityContext, setSpringInitialized, setTaskWorkflowVariable, setTaskWorkflowVariablepublic void executeImpl(org.activiti.engine.delegate.DelegateExecution execution)
throws Exception
BaseJavaDelegateexecuteImpl in class BaseJavaDelegateexecution - the delegation execution.Exception - when a problem is encountered. A BpmnError should be thrown when there is a problem that should be handled by the workflow. All other
errors will be considered system errors that will be logged.Copyright © 2017. All rights reserved.