Getting a warning node not found in the forms definition file

1
+1
-1

Hi, the first time I tried bonita I created a diagram named XXX and now, every time I create a new diagram I get the following error:

WARNING [XMLApplicationFormDefAccessorImpl] The node for the form XXX--1.0--Step1$entry was not found in the forms definition file

Why is this happening? Also, why can't I start a flow with a service task? Why do I have to put a human task first?

Thank you

2 answers

1
0
-1
This one is the BEST answer!

The problem was in my code. It was trying to start always the same pool that I had in config files.

Problem solved now

1
+1
-1

Hi

For the 1st part of the question, do you create a new diagram from zero or do you duplicate the first one? Could you also tell us when you have this warning (when you run the process, when you try to access a form...)?

For the 2nd part of the question, the reason is that a flow has to start with an "event". This "event" can be a human task (someone decides to start a process instance) or a BPMN event (timer, message, signal, error...). An automatic task wouldn't know when it is triggered... Could you explain what is the expected behavior? When/on what event do you want to launch a process instance? I'm sure we can reach the expected behavior with our design possibilities.

Thanks

Notifications