de.danet.an.workflow.api
Interface ProcessClosedAuditEvent
- All Superinterfaces:
- WfAuditEvent, WfStateAuditEvent
- public interface ProcessClosedAuditEvent
- extends WfStateAuditEvent
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:
WfProcess.result()
result
public ProcessData result()
- Returns:
- Returns the result.