<?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 Como lograr que 2 procesos de un script sean sincronos in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114460#M80645</link>
    <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hola, estoy teniendo una complicación la cual no puedo solucionar. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Tengo este codigo que realizó para duplicar los archivos de una carpeta convirtiendolos en xml y agregando en el, las propiedades del archivo. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Las 3 líneas principales funcionan correctamente, pero al agregar el xml.content + = me devuelve un error que me informa que el archivo al que le deseo agregar contenido no existe. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Necesito crear el archivo y &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;luego&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; que lo busque para agregarle contenido. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Alguien me puede ayudar? &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Gracias !!&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var archivos = espacio; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var propiedades = document.properties; &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var xml = archivos.createFile (propiedades.name + ".metadata.properties.xml"); &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;xml.content + = "&amp;lt;? xml version = '1.0' encoding = 'UTF-8'?&amp;gt;" + "\ n" + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               "&amp;lt;! DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties .dtd '&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               " &amp;lt;propiedades&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;          &lt;BR /&gt;               " &amp;lt;entrada clave =' tipo '&amp;gt; "+ propiedades.type +" &amp;lt;/entry&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               " &amp;lt;entrada clave = 'aspectos'&amp;gt; "+" cm: versionable, connexasAdministración: aspecto de administración "+" &amp;lt;/entry&amp;gt; "+"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               "&amp;lt;entry key = 'cm: description'&amp;gt;" + propiedades.description + "&amp;lt;/entry&amp;gt;" + "\ n" + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;               &lt;BR /&gt;               "&amp;lt;entry key = 'cm: created'&amp;gt;" + propiedades.created + "&amp;lt;/ entry &amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;               &lt;BR /&gt;               " &amp;lt;entrada clave = 'connexasAdministration: sapstatus'&amp;gt; "+ propiedades.sapstatus +" &amp;lt;/entry&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;  &lt;BR /&gt;               " &amp;lt;/properties&amp;gt; ";&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 26 Nov 2021 14:18:39 GMT</pubDate>
    <dc:creator>Marquitos</dc:creator>
    <dc:date>2021-11-26T14:18:39Z</dc:date>
    <item>
      <title>Como lograr que 2 procesos de un script sean sincronos</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114460#M80645</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hola, estoy teniendo una complicación la cual no puedo solucionar. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Tengo este codigo que realizó para duplicar los archivos de una carpeta convirtiendolos en xml y agregando en el, las propiedades del archivo. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Las 3 líneas principales funcionan correctamente, pero al agregar el xml.content + = me devuelve un error que me informa que el archivo al que le deseo agregar contenido no existe. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Necesito crear el archivo y &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;luego&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; que lo busque para agregarle contenido. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Alguien me puede ayudar? &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Gracias !!&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var archivos = espacio; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var propiedades = document.properties; &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;var xml = archivos.createFile (propiedades.name + ".metadata.properties.xml"); &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;xml.content + = "&amp;lt;? xml version = '1.0' encoding = 'UTF-8'?&amp;gt;" + "\ n" + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               "&amp;lt;! DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties .dtd '&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               " &amp;lt;propiedades&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;          &lt;BR /&gt;               " &amp;lt;entrada clave =' tipo '&amp;gt; "+ propiedades.type +" &amp;lt;/entry&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               " &amp;lt;entrada clave = 'aspectos'&amp;gt; "+" cm: versionable, connexasAdministración: aspecto de administración "+" &amp;lt;/entry&amp;gt; "+"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt; &lt;BR /&gt;               "&amp;lt;entry key = 'cm: description'&amp;gt;" + propiedades.description + "&amp;lt;/entry&amp;gt;" + "\ n" + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;               &lt;BR /&gt;               "&amp;lt;entry key = 'cm: created'&amp;gt;" + propiedades.created + "&amp;lt;/ entry &amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;               &lt;BR /&gt;               " &amp;lt;entrada clave = 'connexasAdministration: sapstatus'&amp;gt; "+ propiedades.sapstatus +" &amp;lt;/entry&amp;gt; "+" \ n "+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;  &lt;BR /&gt;               " &amp;lt;/properties&amp;gt; ";&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Nov 2021 14:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114460#M80645</guid>
      <dc:creator>Marquitos</dc:creator>
      <dc:date>2021-11-26T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Como lograr que 2 procesos de un script sean sincronos</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114461#M80646</link>
      <description>&lt;P&gt;Esta prueba me ha funcionado sin problemas...&lt;/P&gt;
&lt;PRE&gt;var propiedades = document.properties; 
var xml = 
  document.createFile (propiedades.name + ".metadata.properties.xml"); 

xml.content = "Sample Text";
xml.save();&lt;/PRE&gt;
&lt;P&gt;¿Qué versión de Alfresco estás utilizando?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 15:11:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114461#M80646</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-26T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Como lograr que 2 procesos de un script sean sincronos</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114462#M80647</link>
      <description>&lt;P&gt;Muchas gracias angel, por tu respuesta.&amp;nbsp; Lo he intentado pero directamente no puedo ejecutar la regla.&amp;nbsp; La version de alfresco es la&amp;nbsp;7.0.0 acs enterprise edition. Intento ver el log para ver que tipo de error me da, pero no muestra nada.&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error" style="width: 321px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/560i92C73D909FD9A27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 17:29:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114462#M80647</guid>
      <dc:creator>Marquitos</dc:creator>
      <dc:date>2021-11-26T17:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Como lograr que 2 procesos de un script sean sincronos</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114463#M80648</link>
      <description>&lt;P&gt;Me ha lanzado el siguiente error&lt;BR /&gt;&lt;BR /&gt;2021-11-29 14:02:38,442 ERROR [node.integrity.IntegrityChecker] [http-nio-8080-exec-5] Found 2 integrity violations:The association source type is incorrect: Source Node: workspace://SpacesStore/a40f0c27-905d-4e89-985d-e15c657b879f Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null] Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt; Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}contentThe" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contentThe&lt;/A&gt; association source type is incorrect: Source Node: workspace://SpacesStore/268eb66d-4739-4bf8-8512-a5e910e2d2b1 Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null] Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt; Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}content" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;BR /&gt;2021-11-29 14:02:38,474 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-5] Exception from executeScript: 10290021 Found 2 integrity violations:The association source type is incorrect: Source Node: workspace://SpacesStore/a40f0c27-905d-4e89-985d-e15c657b879f Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null] Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt; Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}contentThe" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contentThe&lt;/A&gt; association source type is incorrect: Source Node: workspace://SpacesStore/268eb66d-4739-4bf8-8512-a5e910e2d2b1 Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null] Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt; Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}content" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;BR /&gt;org.alfresco.repo.node.integrity.IntegrityException: 10290021 Found 2 integrity violations:&lt;BR /&gt;The association source type is incorrect:&lt;BR /&gt;Source Node: workspace://SpacesStore/a40f0c27-905d-4e89-985d-e15c657b879f&lt;BR /&gt;Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null]&lt;BR /&gt;Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;&lt;BR /&gt;Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}content" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;BR /&gt;The association source type is incorrect:&lt;BR /&gt;Source Node: workspace://SpacesStore/268eb66d-4739-4bf8-8512-a5e910e2d2b1&lt;BR /&gt;Association: Association[ class=ClassDef[name={&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;], name={&lt;A href="http://www.alfresco.org/model/content/1.0}contains" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;, target class={&lt;A href="http://www.alfresco.org/model/system/1.0}base" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}base&lt;/A&gt;, source role=null, target role=null]&lt;BR /&gt;Required Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;&lt;BR /&gt;Actual Source Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}content" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 14:05:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114463#M80648</guid>
      <dc:creator>Marquitos</dc:creator>
      <dc:date>2021-11-29T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Como lograr que 2 procesos de un script sean sincronos</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114464#M80649</link>
      <description>&lt;P&gt;En el ejemplo "document" debe ser una carpeta.&lt;/P&gt;
&lt;P&gt;Solo pueden crearse documentos debajo de una carpeta.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:01:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/como-lograr-que-2-procesos-de-un-script-sean-sincronos/m-p/114464#M80649</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-30T09:01:26Z</dc:date>
    </item>
  </channel>
</rss>

