Interface TaskExecutionCreationService
- All Known Implementing Classes:
DefaultTaskExecutionRepositoryService
public interface TaskExecutionCreationService
Offers features to allow users to create
TaskExecution
s.
Created in order to have the TaskExecution
created in a new transaction.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.task.repository.TaskExecution
createTaskExecution
(String taskName, String version) Creates aTaskExecution
using the specified taskName