Skip to main content
osamag0002
April 14, 2022
Question

The selected process model must have a SAIL start form

  • April 14, 2022
  • 3 replies
  • 0 views

In my process i have two reasons not to put my start interface in the properties in (process start from):

first because i have to check condition before start the interface

second because the cycle contains loop and i can't loop to the start node 

The Process Model works well in the debugging but it can't be added to site or initiated from Action button

3 replies

harshitb6843
April 14, 2022

You can apply this check to the interface itself instead of a process model. And instead of a loop, you can just end the process. Because the process is configured to have a start form, you should land back on the same interface. 

danny.verb
April 14, 2022

Try chaining the process from the starting node to the forms, this way the site can display the task on load

mikes0011
Brainy
April 14, 2022

The main disconnect here, in case it wasn't clear, is that you can't define a process model as a Site Page unless it has a start form.

In your case, I'd suggest just using an interface for that site page, and allow the user to click a Start Process Link to begin the process model, in which case you can perform the checking in the initial XOR gateway and route them to the correct task. You will need to enable chaining and correct the flow directionality from between the upper task node and the XOR, before it will work correctly.

The Expression Guru