We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c83d1f0 + ce4b4c1 commit bba920bCopy full SHA for bba920b
src/WorkflowRuntimeCommand.php
@@ -11,11 +11,11 @@
11
use Symfony\Component\HttpKernel\KernelInterface;
12
use Temporal\Worker\WorkerFactoryInterface;
13
use Highcore\TemporalBundle\Registry\ActivityRegistry;
14
+use Symfony\Component\Console\Attribute\AsCommand;
15
16
+#[AsCommand(name: 'temporal:workflow:runtime')]
17
final class WorkflowRuntimeCommand extends Command
18
{
- protected static $defaultName = 'temporal:workflow:runtime';
-
19
private WorkerFactoryInterface $workerFactory;
20
private ActivityRegistry $activityRegistry;
21
private KernelInterface $kernel;
0 commit comments