12-27-2016 09:55 PM
Im reading your quick start,and in 5. Run Process Instance, i found the java code (activity.getActivityType() == "endEvent") ,String type need to be compared with equals method.
that confuse me when i found that the result i got is different with yours.
thanks
12-28-2016 02:50 AM
Thank you yutao zhao.
Yes, the source code should be replaced as described below.
...
if (activity.getActivityType().equals("startEvent")) { # Line 102
...
if (activity.getActivityType().equals("endEvent")) { # Line 107
...
The sample will be changed according to it.
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.