Package | Description |
---|---|
org.guvnor.ala.pipeline.execution | |
org.guvnor.ala.pipeline.execution.impl |
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutorTaskManager.delete(String taskId)
Deletes a pipeline executor task that is in FINISHED, STOPPED or ERROR status.
|
void |
PipelineExecutorTaskManager.destroy(String taskId)
Destroys a pipeline executor task that was launched in ASYNCHRONOUS independently of the execution status.
|
void |
PipelineExecutorTaskManager.stop(String taskId)
Stops a pipeline executor task that was launched in ASYNCHRONOUS mode that is in RUNNING or SCHEDULED status.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutorTaskManagerImpl.delete(String taskId) |
void |
PipelineExecutorTaskManagerImpl.destroy(String taskId) |
void |
PipelineExecutorTaskManagerImpl.stop(String taskId) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.