Skip to main content
March 17, 2023
Question

chain fail & cant return to sub process model Ui page

  • March 17, 2023
  • 6 replies
  • 0 views

Hi all, 

when i want to save data in UI and then page jump out。

but i check the whole pm, chain every node and no error and the whole workflow in pm is fine .but just jump out .

Below is my design.(just a mock)

after i click save button in  UI and run the yellow part ,then the page will jump out.

BUt if click save but dont run yellow part ,the page will keep.

the yellow part is a sub process model to save data into db.

all sub process model node chain.

any idea for this? looks like yellow part is root cause.

6 replies

March 17, 2023

Supplementary Note:when page jump out, it will  pop up "action comleted ",but check pm ,there is no error

March 17, 2023

Hi,
If yellow part nodes are called synchronously then please count the number of nodes (must be less than 50) between the UIs.
Thank You.

March 17, 2023

Hi ravis,yes it is called synchronously,but how to define the number of nodes. i mean if there is a subprocess mdoel(10 nodes in it),so it's defined 1 node or 10 nodes?