Errata

Designing Efficient BPM Applications

Errata for Designing Efficient BPM Applications

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 20
second bullet point of the first paragraph

The code in the book is:
!(selectedRow.copy && selectedRow.copy.status=="refused")

I could only get it to work if it was:
selectedRow.copy == null || selectedRow.copy.status == "refused"

Richard Yhip  May 22, 2016