Commit 97ff8db5 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

wip

parent 559ff1a0
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -5,3 +5,14 @@
 * @var $container  \Psr\Container\ContainerInterface
 * @var $io         \Symfony\Component\Console\Style\SymfonyStyle
 */

$sw = $container->get(\Workflow\Service\WorkflowService::class);

// GARDIE Melanie 2024/2025
$intervenant = $container->get(\Intervenant\Service\IntervenantService::class)->get(1063992);

$fdr = $sw->getFeuilleDeRoute($intervenant);

$etapes = $fdr->getEtapes();

dd($etapes);
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -5,3 +5,8 @@
 * @var $container  \Psr\Container\ContainerInterface
 * @var $io         \Symfony\Component\Console\Style\SymfonyStyle
 */

$wp = $container->get(\Workflow\Tbl\Process\WorkflowProcess::class);

$wp->test();