Stuck on the start form on the debugging process for the Acme exercise 8

Certified Associate Developer

Hi everyone,

Once I start the debugging process for testing, when I type the information on the form, the information disappears before I finish typing and submitting it. Does anyone have had this situation before?

is it a configuration issue on the object that triggers the form? 

Can you pls support.

Regards,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to MonicagVela

    If it is not passed to the start form, then no. A variable only needs to be parameterized when you need to populated data in it before the process even starts. Examples: 

    1. When you use start form. Process instance is only triggered after the start form is submitted.

    2. When a process starts from another process or interface and needs some data from the main process or interface.

Children