<?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: How to use Seam.NavigateTo ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322948#M9949</link>
    <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;I still have errors when launching the automation chain, which now is :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Context.FetchDocument&lt;/LI&gt;
&lt;LI&gt;Document.Move:
target: /Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider&lt;/LI&gt;
&lt;LI&gt;Document.FollowLifecycleTransition:
value: to_review&lt;/LI&gt;
&lt;LI&gt;Repository.GetDocument:
value: /Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider&lt;/LI&gt;
&lt;LI&gt;Seam.NavigateTo: {}&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I tried different ways to use navigateTo but I always have the errors you can see in server.log attached to this message, even with the example in the documentation.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 15:18:56 GMT</pubDate>
    <dc:creator>Maxime_</dc:creator>
    <dc:date>2019-02-19T15:18:56Z</dc:date>
    <item>
      <title>How to use Seam.NavigateTo ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322945#M9946</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm on Nuxeo 10.10 (LTS 2019) and I would like to redirect the user at the end of an automation chain.&lt;/P&gt;
&lt;P&gt;On studio I think I have to use 'Seam.NavigateTo' but impossible for me to find what argument matches.&lt;/P&gt;
&lt;P&gt;I want to be redirected to a document extending Folder which path is : /Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider&lt;/P&gt;
&lt;P&gt;I've the following automation chain :
Fetch &amp;gt; Context.FetchDocument
Document &amp;gt; Document.Move
Document &amp;gt; Document.FollowLifecycleTransition
User Interface &amp;gt; Seam.NavigateTo&lt;/P&gt;
&lt;P&gt;If anyone has an idea ?&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 09:50:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322945#M9946</guid>
      <dc:creator>Maxime_</dc:creator>
      <dc:date>2019-02-19T09:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Seam.NavigateTo ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322946#M9947</link>
      <description>&lt;P&gt;Seam.NavigateTo (now an alias to  WebUI.NavigateTo) has only one optionnal parameter (view).&lt;/P&gt;
&lt;P&gt;As mentionned in its documentation, the operation "Navigates to the input document."&lt;/P&gt;
&lt;P&gt;&lt;A href="http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform%20LTS%202019-10.10/viewOperation/WebUI.NavigateTo" target="test_blank"&gt;http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform%20LTS%202019-10.10/viewOperation/WebUI.NavigateTo&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 10:57:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322946#M9947</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2019-02-19T10:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Seam.NavigateTo ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322947#M9948</link>
      <description>&lt;P&gt;In your case, you should have a Repository.GetDocument / Document.Fetch just before with value = '/Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider'&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 11:00:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322947#M9948</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2019-02-19T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Seam.NavigateTo ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322948#M9949</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;I still have errors when launching the automation chain, which now is :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Context.FetchDocument&lt;/LI&gt;
&lt;LI&gt;Document.Move:
target: /Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider&lt;/LI&gt;
&lt;LI&gt;Document.FollowLifecycleTransition:
value: to_review&lt;/LI&gt;
&lt;LI&gt;Repository.GetDocument:
value: /Workspace/workspaces/Dossier_de_sujets/Sujets_à_valider&lt;/LI&gt;
&lt;LI&gt;Seam.NavigateTo: {}&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I tried different ways to use navigateTo but I always have the errors you can see in server.log attached to this message, even with the example in the documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:18:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322948#M9949</guid>
      <dc:creator>Maxime_</dc:creator>
      <dc:date>2019-02-19T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Seam.NavigateTo ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322949#M9950</link>
      <description>&lt;P&gt;The answer was : you can't use Seam.navigateTo on WebUI... This is only for jsf. (Yes WebUI.navigateTo doesn't apply on WebUI...)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:29:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-seam-navigateto/m-p/322949#M9950</guid>
      <dc:creator>Maxime_</dc:creator>
      <dc:date>2019-03-26T14:29:31Z</dc:date>
    </item>
  </channel>
</rss>

