public class TimerTaskListenerJobHandler extends TimerEventJobHandler
JobHandler implementation for timer task listeners which can be defined for user tasks.
The configuration contains the id of the activity as well as the id of the task listener.TimerEventJobHandler.TimerJobConfiguration| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER, JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED, JOB_HANDLER_CONFIG_TASK_LISTENER_PREFIX| Constructor and Description |
|---|
TimerTaskListenerJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TimerEventJobHandler.TimerJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
String |
getType() |
adjustConfiguration, newConfiguration, onDeletepublic static final String TYPE
public String getType()
public void execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.