<?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: Anyone know how to get the next available transitions? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70779#M45733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not really sure why you need it… Expressions can only be evaluated when you are in activiti-context (eg. service-task, tasklistener) where you have access to a VariableScope. This object can be used to evaluate an expression, using the ExpressionManager (can be obtained through the ProcessEngineConfiguration, beware, it's internal stuff).&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes ,I got the instance of the UelExpressionCondition,like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UelExpressionCondition condition = (UelExpressionCondition)nextTr.getProperty(BpmnParse.PROPERTYNAME_CONDITION);//the "nextTr" is a instance of PvmTransition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And now,I want get the execution result of the condition,but I can't find any method to do.Do you have some suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 08:45:51 GMT</pubDate>
    <dc:creator>nicholas234</dc:creator>
    <dc:date>2011-08-25T08:45:51Z</dc:date>
    <item>
      <title>Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70775#M45729</link>
      <description>when the process arrive the usertask node before the fork node ,I want to get the next transition or task node which the process will flow to, and all the outgoing transitions from the&amp;nbsp; fork node have condition ,how can i do? :?:</description>
      <pubDate>Thu, 25 Aug 2011 07:48:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70775#M45729</guid>
      <dc:creator>nicholas234</dc:creator>
      <dc:date>2011-08-25T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70776#M45730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should get hold of the ReadonlyProcessDefinition, find out what activity you want and get it (it's a PvmActivity, which allows you to inspect the transitions): &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1930&amp;amp;hilit=ReadonlyProcessDefinition" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1930&amp;amp;hilit=ReadonlyProcessDefinition&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 07:52:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70776#M45730</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-25T07:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70777#M45731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You should get hold of the ReadonlyProcessDefinition, find out what activity you want and get it (it's a PvmActivity, which allows you to inspect the transitions): &lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1930&amp;amp;hilit=ReadonlyProcessDefinition" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1930&amp;amp;hilit=ReadonlyProcessDefinition&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But this is not the result I want.I have got all the activities of the processdefinition,but I don't know how to execute the expression which was defined in the condintion of the transition,this is the key&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:09:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70777#M45731</guid>
      <dc:creator>nicholas234</dc:creator>
      <dc:date>2011-08-25T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70778#M45732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not really sure why you need it… Expressions can only be evaluated when you are in activiti-context (eg. service-task, tasklistener) where you have access to a VariableScope. This object can be used to evaluate an expression, using the ExpressionManager (can be obtained through the ProcessEngineConfiguration, beware, it's internal stuff).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:37:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70778#M45732</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-25T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70779#M45733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not really sure why you need it… Expressions can only be evaluated when you are in activiti-context (eg. service-task, tasklistener) where you have access to a VariableScope. This object can be used to evaluate an expression, using the ExpressionManager (can be obtained through the ProcessEngineConfiguration, beware, it's internal stuff).&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes ,I got the instance of the UelExpressionCondition,like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UelExpressionCondition condition = (UelExpressionCondition)nextTr.getProperty(BpmnParse.PROPERTYNAME_CONDITION);//the "nextTr" is a instance of PvmTransition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And now,I want get the execution result of the condition,but I can't find any method to do.Do you have some suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:45:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70779#M45733</guid>
      <dc:creator>nicholas234</dc:creator>
      <dc:date>2011-08-25T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to get the next available transitions?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70780#M45734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I said, evaluate the UELExpression using the ExpressionManager&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 09:07:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/anyone-know-how-to-get-the-next-available-transitions/m-p/70780#M45734</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-25T09:07:16Z</dc:date>
    </item>
  </channel>
</rss>

