05-02-2011 07:06 AM
<node name="Invia mail a marketing">
<action class="org.alfresco.repo.workflow.jbpm.ForEachFork">
<foreach>#{tria_marketing}</foreach>
<var>currentMarketingUser</var>
</action>
<transition to="Revisione marketing">
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
var mail = actions.create("mail");
mail.parameters.to = currentMarketingUser.properties.email;
mail.parameters.subject = "Test Document Task " + bpm_workflowDescription;
mail.parameters.text = "PPROVA";
mail.execute(bpm_package);
</script>
</action>
</transition>
</node>
<task-node name="Revisione marketing">
<task name="wfTria:revisioneMarketing" swimlane="marketing"></task>
<transition to="Richiedi nuovamente qualifica PM" name="Richiedi nuovamente qualifica PM"></transition>
<transition to="Approvazione direzione commerciale o marketing" name="Revisionato"></transition>
</task-node>
05-11-2011 12:41 PM
05-11-2011 04:06 PM
Hi chicco,
Did you finnally solve this? I have the same problem and would appreciate some help! Thanks! 😃
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.