1

As the title says, I am unable to initiate my own process in bonita during development.

It works fine but after publishing and on initiating the new process, the submit button to new process does not go anywhere.

My understanding is that it should redirect me to the home-page and initiate the process... However, in this case, it's just not doing anything...

I am therefore unable to figure out whether it's an error or it has already initiated the process.

Pierre Arlaud
  • 4,040
  • 3
  • 28
  • 42
lulliezy
  • 1,741
  • 5
  • 24
  • 49

1 Answers1

0

here in UI Designer use

Process definition: {{processDef}} <br/><br/>
{{processDef[0].id}}
{{processDef[0].version}}
{{processDef[0].name}}
<br/><br/>
{{processDef[1].id}}
{{processDef[1].version}}
{{processDef[1].name}}
<br/><br/>
{{processDef[2].id}}
{{processDef[2].version}}
{{processDef[2].name}}

to know how many processes are there to run... and which process do you want to run.

Use this as a debug and assign that value in that process name.

Asad Shakeel
  • 1,949
  • 1
  • 23
  • 29