Start Form does not show while debugging...?

Hi,

I have a process with a start node and a start form (for user inputs) in it.

It takes some inputs and processes them later.

If I start the process via tempo as an action I get presented the start form, can fill in some values and then after submit the process continues as expected.

If I start the same process in the process editor for debugging it skips the start form and the user input and is instantely in the next step, missing all the input from the start form.

What am I missing here?

Thx

  Discussion posts and replies are publicly visible

Parents
  • I've just tried this out to refresh my memory...and I do get the Start Form displayed as a pre--cursor to the process being started., so I'm not entirely sure why you're not getting the Start Form. One possibility (unlikely, but I'll mention it anyway)...starting a process model in debug mode will run the latest saved version of the model...but from Tempo it'll run the last saved-and-published version...so if you've removed the Start Form and only saved it, you'll get a different experience between Tempo and debug mode (this sounds unlikely given what you've said, but that would be one scenario that would cause the two different behaviours). Otherwise I'm at a loss to explain this.

  • Thx for your effort.

    I rechecked, saved & published and tried it from the process editor with debugging....and the process still jumps to a later step, leaving the start form out.

    I tried via the tempo action and it works fine.

    Something is still wrong here....

    A checkbox somewhere?

    A rights issue ? (I am member of Admin, All_User and Manager Group. Process securitiy is set to Admins/Admin rights and All_user/Viewer Rights; The start node does not seem to have an assignment tab. Later task is assigned to manager group. )

  • Should just look like this:

    When I start the process in debug mode I get a pop-up form that displays the Interface configured as the Start Form:

    Is there something in your browser settings preventing the pop-up?

  • Hmmm I dont thnk so.

    a) I work in this environment for three weeks now and did not have any popup issues

    b.) usually the browser informs me if a popup was blocked and i can toggle it, if something like this occurs

    c.) The other nodes work fine. I sure have to right click and select "View Form", but it works.

    d.) Even if there is a popup blocked or not shown, shouldnt the process stop anyway if the (hidden) form is not submitted???

    Dont think it has anything to do with it...

Reply
  • Hmmm I dont thnk so.

    a) I work in this environment for three weeks now and did not have any popup issues

    b.) usually the browser informs me if a popup was blocked and i can toggle it, if something like this occurs

    c.) The other nodes work fine. I sure have to right click and select "View Form", but it works.

    d.) Even if there is a popup blocked or not shown, shouldnt the process stop anyway if the (hidden) form is not submitted???

    Dont think it has anything to do with it...

Children