-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution:
Won't Fix
-
Affects Version/s: 6.3.0.GA
-
Fix Version/s: None
-
Component/s: Eclipse Tooling, jBPM Core
-
Labels:
-
Environment:
jbds-9.1.0.GA_jbdsis-9.0.1.CR1
BPMN2 Modeler - 1.2.4.Final-v20160330-1625-B110
-
Steps to Reproduce:
-
Affects:User Experience
-
Bugzilla References:
In the attached project is simple service task, that increases a number. I used as input parameter for this service task constant number 100. But when I try to run the main method in the ProcessMain class, I obtain exceptions about type mismatch. If I use declared variable "number" as input for the service task, the method main works without problem.