public interface ForcePruneService
Modifier and Type | Method and Description |
---|---|
void |
forcePruneApplication(String application)
Prune logs from an application
|
void |
forcePruneConnection(String workflowExecutionId,
String scenarioExecutionId,
String connectionId)
Prune a connection used in a scenario execution and with it all its logs
|
void |
forcePruneScenarioExecution(String scenarioExecutionId)
Prune a scenario execution and with it all used connections and logs
|
void |
forcePruneWorkflow(String workflowExecutionId)
Prune a workflow execution and with it all scenario executions and connections and all logs belonging to them
|
void |
pruneUploadedPackage(String packageName)
Prune uploaded package (only way to delete it)
|
void forcePruneWorkflow(String workflowExecutionId)
workflowExecutionId
- id of the deleted workflow executionvoid forcePruneApplication(String application)
application
- name of the applicationvoid pruneUploadedPackage(String packageName)
packageName
- name of the deleted packagevoid forcePruneScenarioExecution(String scenarioExecutionId)
scenarioExecutionId
- scenario execution idvoid forcePruneConnection(String workflowExecutionId, String scenarioExecutionId, String connectionId)
workflowExecutionId
- workflow execution idscenarioExecutionId
- scenario execution idconnectionId
- connection IDCopyright © 2020. All rights reserved.