[Fix] Trigger execution when starting paused execution handler

This commit is contained in:
Robert von Burg 2020-02-26 09:27:43 +01:00
parent 8e1e0d1970
commit 0771aaac77
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class SetExecutionHandlerStateService extends AbstractService<StringMapAr
ExecutionHandler executionHandler = getContainer().getComponent(ExecutionHandler.class);
executionHandler.setState(getCertificate(), realm, ExecutionHandlerState.Running);
executionHandler.triggerExecution(realm);
break;
}