public class StartReplayLogEventHandler extends Object implements SimulationEventHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROCESS_INSTANCE_ID
variable name where original process instance ID is stored - only for internal replay purposes
|
static String |
SIMULATION_RUN_ID |
Constructor and Description |
---|
StartReplayLogEventHandler(String processInstanceId,
String processToStartIdKey,
String businessKey,
String variablesKey) |
Modifier and Type | Method and Description |
---|---|
void |
handle(SimulationEvent event)
execute event in the context
|
void |
init()
initialize event handler
|
public static final String PROCESS_INSTANCE_ID
public static final String SIMULATION_RUN_ID
public void init()
SimulationEventHandler
init
in interface SimulationEventHandler
public void handle(SimulationEvent event)
SimulationEventHandler
handle
in interface SimulationEventHandler
event
- event to handleCopyright © 2016 Alfresco. All rights reserved.