cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow - variable texte avec retour à la ligne

livier
Confirmed Champ
Confirmed Champ

Bonjour,

Je souhaiterais savoir comment faire pour ajouter un saut de ligne dans une variable.

En effet, dans une tâche je récupère le commentaire dans une variable scwf_tmp :

var scwf_tmp0="Commentaire du service : " + task.getVariableLocal('bpm_comment') + '\n' +"Toto";

execution.setVariable('scwf_tmp', scwf_tmp0);

Dans la tâche qui suit, j'affiche ce commentaire dans une propriété :

task.setVariable('scwf_historique', scwf_tmp);

J'aurai aimé avoir comme résultat :

Commentaire du service :XXX

Toto

Mais j'ai le résultat suivant :

Commentaire du service :XXX Toto

Mon but étant à terme de récupérer l'ensemble des commentaires des tâches et de les concaténer dans une variable.

D'avance merci pour votre aide

1 REPLY 1

livier
Confirmed Champ
Confirmed Champ

Le problème venait du template utilisé pour la propriété scwf_historique.
De base, j'utilisais un

<control template="/org/alfresco/components/form/controls/info.ftl" />

Il faut utiliser

<control template="/org/alfresco/components/form/controls/textarea.ftl" />

Getting started

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.