<?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 Nuxeo Mobile - how to configure a task form ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319021#M6022</link>
    <description>&lt;P&gt;When a task is opened, there is an information that the "task form cannot be displayed right now. Try Again".
What is a structure of a JSON for this kind of layout ?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 13:41:00 GMT</pubDate>
    <dc:creator>adam_bo_</dc:creator>
    <dc:date>2018-09-17T13:41:00Z</dc:date>
    <item>
      <title>Nuxeo Mobile - how to configure a task form ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319021#M6022</link>
      <description>&lt;P&gt;When a task is opened, there is an information that the "task form cannot be displayed right now. Try Again".
What is a structure of a JSON for this kind of layout ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:41:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319021#M6022</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2018-09-17T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Mobile - how to configure a task form ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319022#M6023</link>
      <description>&lt;P&gt;[Documentation is being written, not ready yet)
You must have a .json file that matches the task ID. It has a &lt;CODE&gt;name&lt;/CODE&gt; property which is &lt;CODE&gt;nuxeo-{theTaskId}&lt;/CODE&gt;, a "layout" object that contains the variables to expose.&lt;/P&gt;
&lt;P&gt;So go to "Resources" tab, then workflow &amp;gt; YourWorkflow. You must have on json file per task, naming convention is &lt;CODE&gt;nuxeo-{taskid}-layout.json&lt;/CODE&gt;. You can get the id of the task by opening the corresponding .html (if you configured it in "LAYOUTS"), or by going to Modeler and looking at the task info. Say the task ID in our example is task123. You must create the nuxeo-task123-layout.json, here is an example with a "comment" variable:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
  "name": "nuxeo-task123",
  "layout": [
    {
      "metadata": [
        {
          "label": "My Comment",
          "field": "comment",
          "type": "textarea"
        }
      ]
    }
  ]
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:13:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319022#M6023</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2018-09-26T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Mobile - how to configure a task form ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319023#M6024</link>
      <description>&lt;P&gt;It works great, What types are available for lists like approvers ?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 21:15:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-mobile-how-to-configure-a-task-form/m-p/319023#M6024</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2018-09-30T21:15:25Z</dc:date>
    </item>
  </channel>
</rss>

