flux.audittrail.server
Interface FinishingExecutionFlowEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractServerEvent

public interface FinishingExecutionFlowEvent
extends AbstractServerEvent

Logged to the audit trail when an execution flow finishes. By default, a flow chart has just one execution flow. However, splits can create additional execution flows, and join points can destroy existing 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.