in src/it/java/com/epam/digital/data/platform/el/juel/it/SystemUserJuelFunctionIT.java [39:44]
void testSystemUserJuelFunction() throws IOException {
mockConnectToKeycloak();
var processInstance = runtimeService().startProcessInstanceByKey("test_system_user", "");
assertThat(processInstance).isEnded();
}