Skip to main content
richards0004
April 29, 2022
Question

Training exercise 8

  • April 29, 2022
  • 4 replies
  • 0 views

Hi,

I'm in the middle of training exercise 8, and have created this process model on the Community site.  However, when I Start the process for debugging, the Start form does not appear, but the process just goes on to write nothing to the database.  Any ideas please?

4 replies

gopalk2865
Participating Frequently
April 29, 2022

Hi Richard, it depends upon how you configured start node. Please check the node and see whether mappings are correct or not for the form. Check process model recommendation to see if everything is fine or not

April 30, 2022

Hi,

I am suspecting you may not publish your process. Publish your process and try debugging, it may resolve your issue. Before publishing make sure validate your process(By Right click on inside process model -> Validate) to check there any errors or to see any recommendations.

harshitb6843
May 1, 2022

You cannot start a process in debug a process unless it is published. 

May 1, 2022

Hi

That is right, without polishing a process you cannot debug that process. But if we already have a published version and we make modifications to existing process and save that process(didn't publish), now if we try to debug the process(with start form) it won't use latest saved process model (Since latest modifications are not published), instead it will use previous version. That is what I try to mentioned.