public class ScriptTaskListener extends Object implements TaskListener
TaskListener which invokes a ExecutableScript when notified.| Modifier and Type | Field and Description |
|---|---|
protected ExecutableScript |
script |
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE, EVENTNAME_TIMEOUT, EVENTNAME_UPDATE| Constructor and Description |
|---|
ScriptTaskListener(ExecutableScript script) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableScript |
getScript() |
void |
notify(DelegateTask delegateTask) |
protected final ExecutableScript script
public ScriptTaskListener(ExecutableScript script)
public void notify(DelegateTask delegateTask)
notify in interface TaskListenerpublic ExecutableScript getScript()
Copyright © 2013–2019 camunda services GmbH. All rights reserved.