mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Create CancelStaleWorkflow message and handler
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Service\Workflow;
|
||||
|
||||
class CancelStaleWorkflow
|
||||
{
|
||||
public function __construct(public array $workflowIds)
|
||||
{
|
||||
}
|
||||
|
||||
public function getWorkflowIds(): array
|
||||
{
|
||||
return $this->workflowIds;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user