flux.audittrail.server
Interface FinishingFlowChartEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractServerEvent

public interface FinishingFlowChartEvent
extends AbstractServerEvent

Logged to the audit trail when a flow chart finishes. A flow chart is considered to be finished when all of its execution flows have terminated. By default, a flow chart has just one execution flow. However, splits can create additional execution flows. An execution flow finishes either when it has no destination into which to flow or when the execution flow reaches a join point.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 
Methods inherited from interface flux.audittrail.server.AbstractServerEvent
getFlowContext, getFlowContextId
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 



© 2014 Flux Corporation. All rights reserved.