public class OneDebugContinueProcessOperation
extends org.flowable.engine.impl.agenda.DebugContinueProcessOperation
DebugContinueProcessOperation with awareness of current tenant, user and behave according to given signal
| Modifier and Type | Field and Description |
|---|---|
static String |
EXECUTION_HALTED_VARIABLE_NAME |
| Constructor and Description |
|---|
OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService) |
public static final String EXECUTION_HALTED_VARIABLE_NAME
public OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService)
public OneDebugContinueProcessOperation(org.flowable.engine.runtime.ProcessDebugger debugger,
org.flowable.engine.common.impl.interceptor.CommandContext commandContext,
org.flowable.engine.impl.persistence.entity.ExecutionEntity execution,
CurrentTenantService currentTenantService,
CurrentUserService currentUserService)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.