It is indeed kind of hidden: This was what I was talking about:
https://jira.jboss.org/jira/browse/JBPM-2203
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250625#4250625
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4
I can't seem to find the jira issue you are talking about?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250607#4250607
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250607
__
I'd hope 'extending the resolver' would incorporate making it configurable as
well. Please add a comment to the specific jira issue and refer to this post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250581#4250581
Reply to the post :
http://www.jboss.org
We want to create condition expressions on data that is not stored in task
variables but in our own datastore. So we need to influence the way variables
are resolved (this was perfectly ok how it worked in jbpm3:
extending JbpmVariableResolver and retrieving the variables from our
datarepositor
There is a jira issue about extending the resolver, not sure about makeing it
configurable. What are you looking for?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250370#4250370
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Hi chawax,
I am trying to do same thing but my actionHandler is not evaluating
expressions.
Can you please help me with this
I am using jbpm-3.1.4
-Tarun
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057963#4057963
Reply to the post :
http://www.jboss
I found my error ... It was a not a jPBM issue since I tried to cast the
variable id_element as a String while it was set as a Long ... So it throwed a
ClassCastException ... Shame on me ...
Moreover the EL expression could be simpler :
| #{id_element}
|
|
View the origin