public final class TaskContextType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static TaskContextType |
NAME
Identifies the currently running task name from the context.
|
static TaskContextType |
RULE_SERVICE_PROVIDER
Identifies the
RuleServiceProvider from the context. |
static TaskContextType |
RULE_SESSION
Identifies the
RuleSession from the context. |
public static final TaskContextType NAME
public static final TaskContextType RULE_SERVICE_PROVIDER
RuleServiceProvider
from the context.public static final TaskContextType RULE_SESSION
RuleSession
from the context.