All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbpm.sim.bam.hibernate.mysql.queries.hbm.xml Maven / Gradle / Ivy

There is a newer version: 3.2.19.ayg
Show newest version






  
  
  
  
  
  
 
 
 
    
    
    
    
    
 token.ID_ 
        ) as date2
    from
        JBPM_LOG log,
        JBPM_TOKEN token,
        JBPM_PROCESSINSTANCE pi
    where
            log.CLASS_='I' 
        and log.TOKEN_=token.ID_ 
        and token.PROCESSINSTANCE_=pi.ID_ 
        and pi.PROCESSDEFINITION_=:processDefinitionId
        and (:fromTime is null or time(log.DATE_) >= time(:fromTime))
        and (:tillTime is null or time(log.DATE_) <= time(:tillTime))        
) as statistic_table
group by
     process_definition_id
]]>

  


    = time(:fromTime))
        and (:tillTime = null or time(nl.enter) <= time(:tillTime))        
      group by nl.node
    ]]>



    = time(:fromTime))
        and (:tillTime = null or time(nl.enter) <= time(:tillTime))
      group by nl.node
    ]]>
 



    = time(:fromTime))
        and (:tillTime = null or time(tl.date) <= time(:tillTime))
      group by tl.transition
    ]]>



    
    
    
    
    
    
    
    
= time(:fromTime))
  and (:tillTime is null or  time(assign_log_date) <= time(:tillTime))
group by
      task_id   
]]>   
  
   





© 2015 - 2024 Weber Informatics LLC | Privacy Policy