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.
Discussion posts and replies are publicly visible
Supplementary Note:when page jump out, it will pop up "action comleted ",but check pm ,there is no error
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.
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?
it is defines as 10 nodes, can you share the screenshot of process instance in which you are facing the issue
If we call a sub-process asynchronously then it will be counted as 1 and if we call synchronously then will be counted as total no. of nodes (in your case, it is 10) in the sub-process.Thank You.