<?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: Activiti process model interaction/global perspective (read content for clarification) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151789#M106504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;may be you will find following diagram generators useeful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 08:01:33 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2013-12-12T08:01:33Z</dc:date>
    <item>
      <title>Activiti process model interaction/global perspective (read content for clarification)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151786#M106501</link>
      <description>Activiti Community,I am exploring BPM capabilities for possible use in our small IT company. One of the features we would really like, but have not yet found, is the ability to render a process model and interact with it in a webapp. Allow me to clarify:&amp;nbsp; I understand that in process execution, user</description>
      <pubDate>Wed, 11 Dec 2013 18:09:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151786#M106501</guid>
      <dc:creator>jsmith6690</dc:creator>
      <dc:date>2013-12-11T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process model interaction/global perspective (read content for clarification)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151787#M106502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, I wish I could edit posts. I just want to emphasize that what we'd like is to be able to view, as a model or diagram, process *instances* that visually show which stage a given process is in. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 18:15:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151787#M106502</guid>
      <dc:creator>jsmith6690</dc:creator>
      <dc:date>2013-12-11T18:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process model interaction/global perspective (read content for clarification)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151788#M106503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti explorer now uses a javascript-based rendering of a process-model. Active steps can be highlighted if needed, and additional information about a step (description, …) is show when hovering an activity. You see the whole process-diagral this way. Take a look at org.activiti.explorer.ui.management.processinstance.ProcessInstanceDetailPanel:158 (addProcessImage) for an example of how a diagram-viewer URL is constructed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternative is to have a static image (PNG) rendered which highlights the current active activities (based on an process-instance ID) using our API. For this approach, take a look at the org.activiti.engine.impl.bpmn.diagram.ProcessDiagramGenerator class and to org.activiti.rest.service.api.runtime.process.ProcessInstanceDiagramResource (REST-resource for getting this PNG image for a process-instance) to see how the generator can be used to create PNG's based on a process-instance ID. Or you can even just use this activiti-REST endpoint in your webapp instead… &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 07:46:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151788#M106503</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-12T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti process model interaction/global perspective (read content for clarification)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151789#M106504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;may be you will find following diagram generators useeful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 08:01:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-process-model-interaction-global-perspective-read/m-p/151789#M106504</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-12-12T08:01:33Z</dc:date>
    </item>
  </channel>
</rss>

