using benchmark with my own flow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2013 07:50 AM
Hi there,
i'm tring to add one flow created on the Activiti Explorer to the benchmark tests(https://github.com/jbarrez/activiti-benchmark). But its giving the following error, when it try's to deploy the process:
Exception in thread "main" org.activiti.engine.ActivitiException: Unknown property used in expression: The customer ${customer} as opened the issue ${
issueId} with the following description: ${description} and severity ${severity}
at org.activiti.engine.impl.el.JuelExpression.getValue(JuelExpression.java:53)
at org.activiti.engine.impl.bpmn.behavior.UserTaskActivityBehavior.execute(UserTaskActivityBehavior.java:53)
at org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute.execute(AtomicOperationActivityExecute.java:44)
at org.activiti.engine.impl.interceptor.CommandContext.performOperation(CommandContext.java:86)
at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperationSync(ExecutionEntity.java:530)
……
the flow is in attach
Do you have any ideias?
Thanks
i'm tring to add one flow created on the Activiti Explorer to the benchmark tests(https://github.com/jbarrez/activiti-benchmark). But its giving the following error, when it try's to deploy the process:
Exception in thread "main" org.activiti.engine.ActivitiException: Unknown property used in expression: The customer ${customer} as opened the issue ${
issueId} with the following description: ${description} and severity ${severity}
at org.activiti.engine.impl.el.JuelExpression.getValue(JuelExpression.java:53)
at org.activiti.engine.impl.bpmn.behavior.UserTaskActivityBehavior.execute(UserTaskActivityBehavior.java:53)
at org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute.execute(AtomicOperationActivityExecute.java:44)
at org.activiti.engine.impl.interceptor.CommandContext.performOperation(CommandContext.java:86)
at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperationSync(ExecutionEntity.java:530)
……
the flow is in attach
Do you have any ideias?

Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2013 12:01 PM
sry, but you can close this topic. Already discovered the problem. 
Some problem with versions used, and the parameters that i have in the flow.
thanks

Some problem with versions used, and the parameters that i have in the flow.
thanks
