public interface SequentialExecutionService
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(String dependency,
SequentialExecutionParametersProvider parametersProvider,
Serializable execution)
This will execute the sequential action.
|
Object execute(String dependency, SequentialExecutionParametersProvider parametersProvider, Serializable execution)
dependency - resource with maven GAV notation 'groupId:artifactId:version' which
references the sequential activity to executeparametersProvider - parameters provider of sequential activity to be executedexecution - the execution objectCopyright © 2023. All rights reserved.