Interface ProcessExecutorPlugin
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin,ProcessExecutor
- All Known Implementing Classes:
DbProcessExecutorPlugin,MemoryProcessExecutorPlugin
public interface ProcessExecutorPlugin
extends ProcessExecutor, io.vertigo.core.node.component.Plugin
Plugin d'execution des processus orchestra.
- Author:
- mlaroche
-
Method Summary
Modifier and TypeMethodDescriptionRetourne le type de processus géré par le pluginMethods inherited from interface io.vertigo.orchestra.services.execution.ProcessExecutor
endPendingActivityExecution, execute, setActivityExecutionPending
-
Method Details
-
getHandledProcessType
ProcessType getHandledProcessType()Retourne le type de processus géré par le plugin- Returns:
- le type de processus géré
-