Typo in documentation

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 04:42 AM
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
is a > missing at the end of the opening userTask-Tag.
Kind regards
Dirk
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
Labels:
- Labels:
-
Archive
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 04:55 AM
Thanks for catching that, I'll fix it!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 03:12 AM
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.
Just here on the forum ?
Or are they collected in a Jira task ?
Tom.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 03:58 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 04:24 AM
In the section: http://www.activiti.org/userguide/index.html#bpmnTimerIntermediateEvent
There is phrase that starts with
That's my contribution for today …
There is phrase that starts with
An timer intermediate event acts as a stopwatcshould be
A timer intermediate event acts as a stopwatch
That's my contribution for today …

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 08:32 AM
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2011 05:27 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2011 06:33 AM
Thnx
