Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.9
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I noticed a few typos in the user guide.
Chapter 8. BPMN 20 Constructs/Message start event
ProcessInstance startProcessInstanceByMessage(String messageName, String businessKey, Map<String, Object< processVariables);
instead of
ProcessInstance startProcessInstanceByMessage(String messageName, String businessKey, Map<String, Object> processVariables);
rutimeService
instead of
runtimeService
Chapter 8. BPMN 20 Constructs/Error end event
When process execution arrives in an error end event, the, the current path ....
The "the," after the word "event" should be removed.
Another one might be in Chapter 15. REST API/List Tasks and Get Task.
In the Json Code Listings several Id-Values like "id", "parentTaskId", "executionId" should be double quoted according to the Getter in org.activiti.engine.task.Task