<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get JobId from BPMN Timer ID and Process Instance Id in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185635#M138765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suspected the same thing. I have seen the JobDefinitionEntity and you can actually get the Job if you have access to it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any plans for making a the JobDefinitionEntity querable and/or adding the combination for getting a job from the activityId/timerId into the JobQuery?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 07:18:17 GMT</pubDate>
    <dc:creator>filiphr</dc:creator>
    <dc:date>2014-11-20T07:18:17Z</dc:date>
    <item>
      <title>Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185633#M138763</link>
      <description>Hi,I tried looking for an answer for this but I didn't manage to find one. I found this, which is similar but not quite the same, I also do not get the answer there. I know that the jobHandlerConfiguration‍ field in JobEntity‍ represents the ID of the Timer (please correct me if I am wrong). Is ther</description>
      <pubDate>Fri, 14 Nov 2014 14:50:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185633#M138763</guid>
      <dc:creator>filiphr</dc:creator>
      <dc:date>2014-11-14T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185634#M138764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The jobhandlerconfiguration is not the id. It is used to store config values for a job and can be anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be that it is the correct id for the cases you are checking, but it is not the case for every job type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The combination of timer id and process instance id is not in the query api available though…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:13:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185634#M138764</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-19T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185635#M138765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suspected the same thing. I have seen the JobDefinitionEntity and you can actually get the Job if you have access to it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any plans for making a the JobDefinitionEntity querable and/or adding the combination for getting a job from the activityId/timerId into the JobQuery?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 07:18:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185635#M138765</guid>
      <dc:creator>filiphr</dc:creator>
      <dc:date>2014-11-20T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185636#M138766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The job is queryable through the ManagementService., but it only has the filter on processInstanceId&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:56:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185636#M138766</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-20T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185637#M138767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I know that the job is queryable through the ManagementService. My question was whether there are any plans in your pipeline to extend the filter for the job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the same time, whether there are plans to expose filtering the JobDefinitions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:58:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185637#M138767</guid>
      <dc:creator>filiphr</dc:creator>
      <dc:date>2014-11-20T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185638#M138768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No nothing planned, as there are very little use cases for it. So if you have a solid use case you can described it will help a lot to understand what is needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 13:48:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185638#M138768</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T13:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185639#M138769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The use case would be something similar for the messages and signals. If you are able to query the jobs by the id of the timer you would be able to get the exact job you need. I cannot explain a lot, but imagine that one wants to execute a job only for a specific timer depending of it's ID, one reason for this can be when someone wants to bring a process Instance to a certain state by replaying some actions. It is better to manually execute the job than to mess with the System clock so the job is executed by the job executor. This can also be used for testing the business model if it behaves as it should be, for example if you have multiple active timers, but you want only one of them to be executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is only my opinion, maybe you would disagree with me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 14:04:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185639#M138769</guid>
      <dc:creator>filiphr</dc:creator>
      <dc:date>2014-12-05T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get JobId from BPMN Timer ID and Process Instance Id</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185640#M138770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes i see. Although it would need to be implemented generically using the 'configuration' field (cause timer uses activityId, but other jobs don't). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's already possible with a native query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you feel it's important, feel free to create a pull request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 15:48:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-jobid-from-bpmn-timer-id-and-process-instance-id/m-p/185640#M138770</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T15:48:02Z</dc:date>
    </item>
  </channel>
</rss>

