<?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 Using Activiti process between two different java processes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117216#M82757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings Everybody!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm exploring Activiti and trying one simple example wherein i'm using Activiti process between two different java processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an Activiti process in which there are following four Start Form Properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - no1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - no2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - result&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to invoke this Activiti process from a Java class by passing the Start Form properties from this Java class, so is this possible in Activiti?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second, I want to access the "result" form property calculated from the process and pass it to second Java class to print it, is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your valuable inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Atul Shinkar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 05:46:10 GMT</pubDate>
    <dc:creator>atul_sh</dc:creator>
    <dc:date>2012-08-02T05:46:10Z</dc:date>
    <item>
      <title>Using Activiti process between two different java processes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117216#M82757</link>
      <description>Greetings Everybody!I'm exploring Activiti and trying one simple example wherein i'm using Activiti process between two different java processes.I have an Activiti process in which there are following four Start Form Properties: - no1 - no2 - operation - resultI want to invoke this Activiti process</description>
      <pubDate>Thu, 02 Aug 2012 05:46:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117216#M82757</guid>
      <dc:creator>atul_sh</dc:creator>
      <dc:date>2012-08-02T05:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti process between two different java processes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117217#M82758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look in the user guide to the "Java Service Task", you can use your class and access the process-variables and do what you want with them in there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117217#M82758</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-08-02T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti process between two different java processes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117218#M82759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already gone through the Java Service Task section in the user guide, and I'm able to access the process variables in the Java class that implements JavaDelegate. I've tried accessing the Start Form Properties from the Java class which is not a Java delegate. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to access the Start Form Properties using the StartFormData.getFormProperties API, but I'm not able to set the values for these properties as only getter API is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me how to set the values here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Atul Shinkar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:51:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117218#M82759</guid>
      <dc:creator>atul_sh</dc:creator>
      <dc:date>2012-08-02T06:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti process between two different java processes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117219#M82760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://activiti.org/javadocs/index.html" rel="nofollow noopener noreferrer"&gt;http://activiti.org/javadocs/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;formService.submitStartFormData(…)&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:55:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117219#M82760</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-08-02T06:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti process between two different java processes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117220#M82761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Frederik, now able to submit the start for data populated with the form properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:07:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-process-between-two-different-java-processes/m-p/117220#M82761</guid>
      <dc:creator>atul_sh</dc:creator>
      <dc:date>2012-08-02T08:07:07Z</dc:date>
    </item>
  </channel>
</rss>

