<swimlane name="assignee">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<actor>#{bpm_assignee}</actor>
</assignment>
</swimlane>
Failed to execute supplied script: ReferenceError: "bpm_assignee" is not defined. (AlfrescoScript#1)Esto quiere decir que estas intentando acceder a la variable bpm_assignee fuera de su ambito, por ejemplo en otro nodo de la tarea donde ya no está accesible,
<type name="wfce:DarTramite">
<parent>bpm:workflowTask</parent>
</type>
<swimlane name="assignee">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<actor>#{bpm_assignee}</actor>
</assignment>
</swimlane>
<type name="wfceeleccionarEjecutor">
<parent>bpm:workflowTask</parent>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
</type>
<type name="wfcearTramite">
<parent>bpm:workflowTask</parent>
</type>
<mandatory-aspects>al dartramite para que quede de esta manera?
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
<type name="wfcearTramite">
<parent>bpm:workflowTask</parent>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
</type>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.