flux.audittrail.server
Interface StartingExecutionFlowEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractServerEvent

public interface StartingExecutionFlowEvent
extends AbstractServerEvent

Logged to the audit trail when an execution flow context is created and starts. 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 starts with all the start actions associated with a flow chart or when a split occurs.

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.