ManageTasks
class ManageTasks @Inject constructor(tasksRepo: TasksRepo, repoConnector: RepoConnector, queueClient: ProducerQueueClient, shouldCreateNextTask: ShouldCreateNextTask)
Use case for managing tasks within a plan.
Constructors
Link copied to clipboard
@Inject
Creates an instance of ManageTasks with the specified dependencies.