<?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 Form Variables in activiti enterprise app in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194902#M148032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In activiti enterprise , how values entered in referenced form is used further in the business process.. Do we have to specify it as outcome?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For eg ,&amp;nbsp; if i have a textfield with id assignee in form , values entered in the form have to be used as an assignee to next user task. i am not able to give the value as ${assignee} for the user task and also form fields are not displayed in the user task&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 09:20:55 GMT</pubDate>
    <dc:creator>hemamalini</dc:creator>
    <dc:date>2015-10-15T09:20:55Z</dc:date>
    <item>
      <title>Form Variables in activiti enterprise app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194902#M148032</link>
      <description>In activiti enterprise , how values entered in referenced form is used further in the business process.. Do we have to specify it as outcome?For eg ,&amp;nbsp; if i have a textfield with id assignee in form , values entered in the form have to be used as an assignee to next user task. i am not able to give t</description>
      <pubDate>Thu, 15 Oct 2015 09:20:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194902#M148032</guid>
      <dc:creator>hemamalini</dc:creator>
      <dc:date>2015-10-15T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Form Variables in activiti enterprise app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194903#M148033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct: form fields are stored as their id. So if you have a form field with 'assignee', it is available as 'assignee' in later steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try using a 'Display value' for it (or 'Display Text')? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where did you fill in the ${assignee}?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:47:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194903#M148033</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-20T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Form Variables in activiti enterprise app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194904#M148034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For User Task, you can add the assignee by pressing 'Assignment' column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are sending to particular person, add his/her email address under 'Identity Store' with Assignment as 'Assigned to single user'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Update the email address and save. The task is assigned to the person automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried to use 'Fixed Values' and update email address, I get a warning while validation as "Assignment should be set with IDM type for cloud app deployment'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:14:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194904#M148034</guid>
      <dc:creator>swathirajan</dc:creator>
      <dc:date>2015-12-03T12:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Form Variables in activiti enterprise app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194905#M148035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having the similar issue. I have a field called 'consultant' and I have both name of the field and display text set as 'cosnultant'. I am passing this value to my user Task where I am setting: Assignment &amp;gt;&amp;gt; Fixed values &amp;gt;&amp;gt; Candidate users = ${consultant}&amp;nbsp;&amp;nbsp; but i get the following error when trying to run the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11-Jul-2016 16:27:10.721 SEVERE [tomcat-http–44] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [appDispatcher] in context with path [/activiti-app] threw exception [Request processing failed; nested exception is org.activiti.engine.ActivitiException: Unknown property used in expression: ${consultant}] with root cause&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier 'consultant'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.juel.AstIdentifier.eval(AstIdentifier.java:83)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 15:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-variables-in-activiti-enterprise-app/m-p/194905#M148035</guid>
      <dc:creator>uzair_zaman</dc:creator>
      <dc:date>2016-07-11T15:27:59Z</dc:date>
    </item>
  </channel>
</rss>

