Package org.flowable.job.service.impl.history.async
package org.flowable.job.service.impl.history.async
-
ClassDescriptionWrapper for the async history job data, to avoid messing with maps and lists.A listener for command context lifecycle close events that generates JSON (using Jackson) and corresponding
HistoryJobEntitywhen theCommandContextcloses and adds them to the list of entities that will be inserted to the database.ATransactionListenerthat will, typically on post-commit, trigger the async history executor to execute the provided list ofHistoryJobEntityinstances.