Issue Type: Bug Bug
Assignee: Max Spring
Components: jenkow-plugin
Created: 18/Oct/12 8:52 PM
Description:

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)

Project: Jenkins
Priority: Major Major
Reporter: Kohsuke Kawaguchi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to