cancel
Showing results for 
Search instead for 
Did you mean: 

Typo in documentation

eye
Champ in-the-making
Champ in-the-making
Hi,

as I do not know where else to report: There is a typo in the activiti 5.2 docs: It can be found here: http://www.activiti.org/userguide/index.html#formProperties
In the example
<userTask id="task"
  <extensionElements>
    <activiti:formProperty id="room" />
    <activiti:formProperty id="duration" type="long"/>
    <activiti:formProperty id="speaker" variable="SpeakerName" writable="false" />
    <activiti:formProperty id="street" expression="#{address.street}" required="true" />
  </extensionElements>
</userTask>

is a > missing at the end of the opening userTask-Tag.

Kind regards

Dirk
7 REPLIES 7

frederikherema1
Star Contributor
Star Contributor
Thanks for catching that, I'll fix it!

stroobat
Champ in-the-making
Champ in-the-making
What is the best way to report typo's in the documentation ?
Just here on the forum ?

Or are they collected in a Jira task ?

Tom.

frederikherema1
Star Contributor
Star Contributor
Tom,

If it's a simple typo, AFAIK It's best not to waste a Jira-issue on it, posting in the forum will do just fine. We check the forum very often so it will get picked up.

stroobat
Champ in-the-making
Champ in-the-making
In the section: http://www.activiti.org/userguide/index.html#bpmnTimerIntermediateEvent
There is phrase that starts with
An timer intermediate event acts as a stopwatc
should be
A timer intermediate event acts as a stopwatch

That's my contribution for today …  Smiley Very Happy

frederikherema1
Star Contributor
Star Contributor
Thanks!

stroobat
Champ in-the-making
Champ in-the-making
A process diagram image can be added to a deployment. This image will be stored in the Activiti repository and is accessible through the API. Tis image is also used to visualize the process in Activiti Explorer.

Should be

A process diagram image can be added to a deployment. This image will be stored in the Activiti repository and is accessible through the API. This image is also used to visualize the process in Activiti Explorer.

frederikherema1
Star Contributor
Star Contributor
Thnx