public interface TriggerContext
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getDefinitionId() |
Identifier |
getInstanceId() |
Identifier |
getNodeId() |
ExecutionProperties |
getProperties() |
<P> P |
getProperty(Class<P> type) |
<P> P |
getProperty(String key,
Class<P> type) |
Boolean |
isAsync() |
Boolean |
isSignaling() |
void |
setProperties(ExecutionProperties executionProperties) |
void |
setProperty(String key,
Object value) |
Identifier getDefinitionId()
Identifier getInstanceId()
Identifier getNodeId()
void setProperties(ExecutionProperties executionProperties)
<P> P getProperty(Class<P> type)
ExecutionProperties getProperties()
Boolean isAsync()
AbstractTaskDefinition.async(boolean)
are executed and not scheduledBoolean isSignaling()
IntermediateEvent
is executed and not skippedCopyright © 2014. All rights reserved.