All methods in the Jbpm implemntation of the BPMS interface are synchronized. The implementation as is appears to be thread-safe without any synchronization. The jbpmConfiguration instance that this class has as a field is threadsafe.
Removing all synchronization should not cause any issues that I am aware of.