Custom Nodes
by Ezequiel Schneider Santana
Hello,
Sorry, it seems that the images were removed//from the last message./
/
I'd like to know how to add custom nodes to the jbpm
http://localhost:8080/drools-guvnor/ editor.
I manage to add custom nodes into the jbpm eclipse designer, using the
"Configure > Import JBPM Services" but when I try to connect to the
service repository using http://localhost:8080/drools-guvnor/.
I have to say that I'm new to Java and JBPM, so any help is welcome.
(I've searched before post this question …
[View More]here).
Thanks,
-------- Mensagem original --------
Assunto: The results of your email commands
Data: Mon, 19 Nov 2012 14:18:43 -0500
De: jbpm-users-bounces(a)lists.jboss.org
Para: esantana(a)mp.rs.gov.br
The results of your email command are provided below. Attached is your
original message.
- Results:
Ignoring non-text/plain MIME parts
- Unprocessed:
I'd like to know how to add custom nodes to the jbpm
http://localhost:8080/drools-guvnor/ editor.
I manage to add custom nodes into the jbpm eclipse designer, /as follows/:
But I really don't have any idea how to add at:
Thanks in advance,
Ezequiel
- Done.
[View Less]
12 years, 4 months
Abort / retry / skip UI
by sbremal@hotmail.com
Hello
I have a requirement for the following scenario: the jBPM workflow suppose to check the availability of various IT systems, it will also make changes to the systems. Each step is implemented as web service (implemented in Python).
It is expected that each step fails multiple times, and here comes the real issue. We need a smart user driven retry mechanism. The aim is that a failed step will generate a user task where it can be retried, skipped, aborted etc. (The workflow and further …
[View More]checks are suspended until a failed checkpoint step is remedied manually and is retried.)
How would you guys implement it?
I imagine a user task with an HTML form (error message, 3 buttons etc.). Where do I put the web service error handling? Where do I put the workflow signalling code? How do I make it generic so it 'guards' all web service calls in the entire workflow?
Thanks.
Cheers
B.
[View Less]
12 years, 4 months
Jbpm 5.3.0.Final with Spring 3.1.3.RELEASE
by Jean-François Houzard
Hi!
I'm very new with Jbpm 5 and I have some issues with the spring @Autowired
functionality.
I'have a .bpmn workflow with a Gateway.
In my gateway I have a constraint calling a java service of my own.
In this java service I have @Autowired fields.
My problem is that when I execute my workflow, I got a NullPointerException
because the injection didn't worked.
Do you have any idea on how to make this work?
Thank you
12 years, 5 months