Ronald thanks a lot. You helped me out here.
The following does the trick:
| ExecutionService executionService = PE.getExecutionService();
| RepositoryService repositoryService = PE.getRepositoryService();
| //Find the process instance.
| ProcessInstance pro
Is it possible to retrieve the xml String of the processdefinition of a
processinstance via the api?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252324#4252324
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252324
_
Hi,
I need to display information based on a join between the JBPM4_HIST_TASK table
en the JBPM4_HIST_ACTINST table.
Via the API its possible to query them both separately, but joining the List
results afterward is a big detour.
Is there a way to achieve this via the API?
(Its easy to do it via
@Ronald: Indeed as Rujimethut already said, the bug is still there.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246602#4246602
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246602
__
That would saved (a lot of) time for me :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246475#4246475
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246475
___
jboss-user
Sorry for not mentioning it in my previous post but I also tried the following
|
|
|
|
|
|
|
|
| Assignment notification (E-C)
| Task assigned
|
|
|
But this code does nothing at all... It'
Now we're back where we started :-) those silly loops
My initial try was this
|
|
|
|
|
|
|
|
| Assignment notification (E)
| Task assigned
|
And this works fine except for the context vari
Ok, I think a get the picture but i still have some problems.
First be aware that i'm using jBPM 4.
@TejJBPM:
anonymous wrote : The only system templates are "task-assign" and
"task-reminder" which are by default present in jbpm.mail.templates. Whatever
variables you want will work only under th
I'm aware that I'm using the "task-assign" template and indeed i have set
notify to 'yes'. Everything works fine except for the taskInstance variable.
For the moment I'm not trying to make a custom template.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42458
Template:
|
|
|
|
|
|
|
| Assignment notification
| Task #{taskInstance.name} is assigned
|
|
|
|
|
|
Stacktrace:
INFO: exception while executing command
org.jbpm.pvm.internal.cmd.startprocessinstanceinlatest...@5b52f1
|
In jBPM 3 it was possible to use some context variables in EL (for ex.
taskInstance & processInstance).
It seems to be that this doesn't work in jBPM4?
Gert
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245772#4245772
Reply to the post :
http://www.jboss.
Ronald
As I dive deeper into the code (and learn more and more about jBPM). This is my
conclusion so for (I don't know if this is right so please correct me if I'm
wrong). Timers etc are stored as jobs and can be retrieved via the
managementService.createJobQuery()...
So far so good, but am I
Hi,
If I want to implement reminders in jBPM 4 what do have to set up to get this
working?
It is not clear to me when the jBPM engine poll's the tasks to see if it has
to send a reminder. So for the moment nothing happens with the reminders
attached to my tasks (no reminders mails are send au
Ronald,
Timers etc also don't work. My environment is a JSF (ADF Faces) Application who
runs on a WebLogic 11g. Until now my app is more a 'quick and dirty' approach
to see if I get everything working under this new environment. For the moment
my process engine is in a singleton and is only cal
The JBoss AS installation delivered with jBPM contains a JBoss Service (SAR)
which hosts a jBPM Service (which is bound via JNDI). Since I don't want to use
JBoss as AS, what are the other options? I assume that I always need some kind
of service who hosts a process engine?
Regards,
Gert
View
15 matches
Mail list logo