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?
Reply
  • 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?
Children