ProcessFactory
class ProcessFactory (View source)
Properties
protected EntityManager | $entityManager | ||
protected Date | $dateService | ||
protected MessageBusInterface | $messageBus | ||
protected BatchUpdater | $batchUpdater |
Methods
__construct(EntityManager $entityManager, Date $dateService, MessageBusInterface $messageBus, BatchUpdater $batchUpdater)
No description
createProcess(string $name)
No description
Details
__construct(EntityManager $entityManager, Date $dateService, MessageBusInterface $messageBus, BatchUpdater $batchUpdater)
No description
createTaskProcess(TaskInterface $task, InputInterface $input = null)
No description
Process
createProcess(string $name)
No description