-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2020 Week 16-18 (from Apr 13)
When configuring/adding a Notification for a Human Task the UI crops the content of body input field. It seems the UI has a limit for the input field.
If you try to use this content for example (from the jBPM docs):
<html> <body> <b>${owners[0].id} you have been assigned to a task (task-id ${taskId})</b><br> You can access it in your task <a href="http://localhost:8080/jbpm-console/app.html#errai_ToolSet_Tasks;Group_Tasks.3">inbox</a><br/> Important technical information that can be of use when working on it<br/> - process instance id - ${processInstanceId}<br/> - work item id - ${workItemId}<br/> <hr/> Here are some task variables available <ul> <li>ActorId = ${doc['ActorId']}</li> <li>GroupId = ${doc['GroupId']}</li> <li>Comment = ${doc['Comment']}</li> </ul> <hr/> Here are all potential owners for this task <ul> $foreach{orgEntity : owners} <li>Potential owner = ${orgEntity.id}</li> $end{} </ul> <i>Regards from jBPM team</i> </body> </html>
it will crop the content...
- relates to
-
JBPM-9275 Stunner - '^' character in Notification subject in User task breaks the process
- Resolved
-
RHPAM-2763 Stunner - '^' character in Notification subject in User task breaks the process
- Closed
-
RHPAM-2881 Stunner - The Human Task Notification Form in Stunner is limiting the Body content
- Closed
-
RHPAM-2920 Stunner - Notification subject in Designer is shorter than in DB scripts
- Closed