public class WorkflowIndicatorExecutionContext extends IndicatorExecutionContext
| Constructor and Description |
|---|
WorkflowIndicatorExecutionContext(String executionId,
WorkflowIndicatorExecutionEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowIndicatorExecutionEnvironment |
getExecutionEnvironment()
Returns the current execution environment for a workflow.
|
boolean |
isOnDemand()
Returns
true if on demand mode. |
boolean |
isOnProbe()
Returns
true if on probe/trigger mode. |
getExecutionId, getIndicatorCodes, setIndicatorCodespublic WorkflowIndicatorExecutionContext(String executionId, WorkflowIndicatorExecutionEnvironment environment)
public WorkflowIndicatorExecutionEnvironment getExecutionEnvironment()
getExecutionEnvironment in class IndicatorExecutionContextpublic boolean isOnDemand()
IndicatorExecutionContexttrue if on demand mode.isOnDemand in class IndicatorExecutionContextpublic boolean isOnProbe()
IndicatorExecutionContexttrue if on probe/trigger mode.isOnProbe in class IndicatorExecutionContext