Process Model Monitor Mode

I have a process model with a subprocess. The parent process model has activity chaining upto the subprocess node - subprocess has activity chaining throughout.

When I run the parent process, the monitor screen opens up with the sub process model.

Ideally the monitor screen should open for parent process model - if there are no errors/failures at all.

Does anyone have any idea on this?

  Discussion posts and replies are publicly visible

Parents
  • In Monitor Process View the flow will stop where we have User Input Task Node(if we did activity-chaining between all nodes and if their is no errors )
    if we don't have any user input task in Parent Process model and if you did activity-chaining between all the nodes til sub process(where you we have user input task ) then the flow will stop in sub process at user input task.
    due you have User Input Task In Parent Process Model?
  • : In Parent process model, there is no user input task. So according to the analogy you mentioned - it is correct behavior if Monitor view open for sub process model where user input task is there.

    However, I have similar scenario for a different process - the parent process has no user input task, but sub process has one , and activity chaining is between the start node till the sub process, and within subprocess, activity chaining is throughout - just like the first case. Yet, monitor view opens for parent pm, where there is no user input task..

    Why is there a difference between the two scenarios?
  • 0
    Certified Lead Developer
    in reply to saksheer

    Can you check how the sub processes are called ( Sync or Async)

    looks to me, the PM for which you are seeing the parent process in monitor view has the sub process( w/ UI task) is called in the Async manner.

Reply Children