cancel
Showing results for 
Search instead for 
Did you mean: 

using benchmark with my own flow

goodboy
Champ in-the-making
Champ in-the-making
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? Smiley Very Happy

Thanks
1 REPLY 1

goodboy
Champ in-the-making
Champ in-the-making
sry, but you can close this topic. Already discovered the problem. Smiley Happy

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

thanks