Skip to main content
mohamedt808
March 14, 2022
Solved

Identify batch jobs

  • March 14, 2022
  • 6 replies
  • 0 views

Hi All, 

is there a log or any other way to find out the process models configured with timer event in start node ?

Thanks!!

Best answer by stewart.burchell

...but just had another thought. You can export the process models (add them all to a package, export and download it). Then unzip the downloaded file and use a tool that can search inside the individual process model XML files. You should be looking for something like this:


            
              0001e7ec-4f0c-8000-1cd1-7f0000014e7a
              
              
              
              
                
                  5
                
              
            
          

6 replies

stefanhelzle0001
Brainy
March 14, 2022

I think not. What do you want to achieve?

mohamedt808
March 14, 2022

Hi , i have to introduce some changes that are specific to process models of this nature. Since there are multiple applications i am trying to avoid manually opening each and every process model.

csteward
March 14, 2022

You might have some luck using Monitor mode in /design to visibly see any processes that are starting at the same time each day, or at common intervals during the day.  This can be easier in dev/test environments where less process instances are started, as long as the scheduled processes are set to run in the lower environments as well.

stewart.burchell
March 14, 2022

It doesn't help you now, but adding one or more tags into the Description attribute of a Process Model will help you find these the next time around and you can conduct a search across the Process Name/Description.

stewart.burchell
March 14, 2022

...but just had another thought. You can export the process models (add them all to a package, export and download it). Then unzip the downloaded file and use a tool that can search inside the individual process model XML files. You should be looking for something like this:


            
              0001e7ec-4f0c-8000-1cd1-7f0000014e7a
              
              
              
              
                
                  5
                
              
            
          

mohamedt808
March 15, 2022

Thanks a lot Stewart!! this is helpful !! I managed to search majority of them with names as we have some standards around it . With your suggestion i can find the rest and adopt the standards !!