| A ProcessClosedAuditEvent extends the
WfStateAuditEvent . It is reported when a process changes
its state to closed . In addition to the information provided
by the base WfStateAuditEvent , this event provides the process'
result. This makes the result available to listeners waiting for the
end of a process even in cases when a process is automatically removed
after completion.
author: Michael Lipp See Also: de.danet.an.workflow.omgcore.WfProcess.result |