Merge branch 'feature/REQ-4624' into dev
This commit is contained in:
commit
b35e8c0ba0
@ -18,7 +18,7 @@ import org.flowable.variable.api.delegate.VariableScope;
|
||||
* @since 2024-09-09 14:36
|
||||
*/
|
||||
@Slf4j
|
||||
public class AsyncActivityTriggerJobHandler extends AbstractJobHandler implements JobHandler {
|
||||
public class AsyncActivityTriggerJobHandler extends AbstractExecuteWithLockJobHandler implements JobHandler {
|
||||
public static final String TYPE = "async-activity-trigger";
|
||||
|
||||
@Override
|
||||
@ -27,7 +27,7 @@ public class AsyncActivityTriggerJobHandler extends AbstractJobHandler implement
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) {
|
||||
public void executeInternal(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) {
|
||||
log.info("AsyncActivityTriggerJobHandler executing...");
|
||||
ProcessEngineConfigurationImpl processEngineConfiguration =
|
||||
CommandContextUtil.getProcessEngineConfiguration(commandContext);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user