@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.
|
protected void |
logInputParameters(org.activiti.engine.delegate.DelegateExecution execution)
Overrite this method to prevent all process variables from being logged before the execution of this Activiti task.
|
execute, getApplicationUser, getRequestObject, handleException, isSpringInitialized, logTaskExecutionTime, 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.protected void logInputParameters(org.activiti.engine.delegate.DelegateExecution execution)
logInputParameters in class BaseJavaDelegateexecution - the execution informationCopyright © 2019. All rights reserved.