-
Bug
-
Resolution: Unresolved
-
Major
-
None
When I created a workflow that involves sub-process, the first task invoked in the subprocess fails to find the proper output. I assume this is because it's not smart enough to associate sub-process execution ID to the parent process execution ID.
FATAL: execution 18 doesn't exist org.activiti.engine.ActivitiException: execution 18 doesn't exist at org.activiti.engine.impl.cmd.GetExecutionVariableCmd.execute(GetExecutionVariableCmd.java:52) at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24) at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42) at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33) at org.activiti.engine.impl.RuntimeServiceImpl.getVariable(RuntimeServiceImpl.java:103) at com.cisco.step.jenkins.plugins.jenkow.JenkowRunListener$JenkowExecContext.<init>(JenkowRunListener.java:58) at com.cisco.step.jenkins.plugins.jenkow.JenkowRunListener$JenkowExecContext.<init>(JenkowRunListener.java:46) at com.cisco.step.jenkins.plugins.jenkow.JenkowRunListener.onStarted(JenkowRunListener.java:115) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1429) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:239)