Active sub-process in a process model

Hi, 

 

Is there any variable or functionality of process models that will allow me to know if any of its sub-processes are active? 

 

 

TIA!

  Discussion posts and replies are publicly visible

Parents
  • Hi Apoorva,

    There are multiple ways but it depends on where you want to see.

    1-> if all sub process are synchronous and any sub process is active in that case you main process will also be active.
    2-> you can create a number of variable as many number of sub process have in your main process , set true all variable before starting of each sub process like variable sub1 for sub process 1 and so on , once you sub process complete then set false to these variables.
    3-> Create a table to track all this activity by storing variables values.

    regards
    Abhay Giri
Reply
  • Hi Apoorva,

    There are multiple ways but it depends on where you want to see.

    1-> if all sub process are synchronous and any sub process is active in that case you main process will also be active.
    2-> you can create a number of variable as many number of sub process have in your main process , set true all variable before starting of each sub process like variable sub1 for sub process 1 and so on , once you sub process complete then set false to these variables.
    3-> Create a table to track all this activity by storing variables values.

    regards
    Abhay Giri
Children
No Data