Skip to content

Commit

Permalink
[JBPM-9887] Getting the process id out of the ejb timer column
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Nov 8, 2021
1 parent 55b1bbd commit 2ddbc49
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Expand Up @@ -16,6 +16,7 @@
<class>org.jbpm.persistence.correlation.CorrelationKeyInfo</class>
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- Classes required for audit purposes -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down
Expand Up @@ -17,6 +17,7 @@
<class>org.jbpm.persistence.correlation.CorrelationKeyInfo</class>
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- Classes required for audit purposes -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down
Expand Up @@ -67,6 +67,7 @@
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<!-- manager -->
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- bam -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down
Expand Up @@ -53,6 +53,7 @@
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<!-- manager -->
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- bam -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down Expand Up @@ -81,4 +82,4 @@
</properties>
</persistence-unit>

</persistence>
</persistence>
Expand Up @@ -39,6 +39,7 @@
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<!-- manager -->
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- bam -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down
Expand Up @@ -39,6 +39,7 @@
<class>org.jbpm.persistence.correlation.CorrelationPropertyInfo</class>
<!-- manager -->
<class>org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo</class>
<class>org.jbpm.runtime.manager.impl.jpa.TimerMappingInfo</class>

<!-- bam -->
<class>org.jbpm.process.audit.ProcessInstanceLog</class>
Expand Down

0 comments on commit 2ddbc49

Please sign in to comment.