Skip to content

Commit 5276a31

Browse files
committed
[FrameworkBundle] Fix support of dumping workflow when workflow is decorated by TraceableWorkflow
1 parent 3d45024 commit 5276a31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Debug/TraceableWorkflow.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ public function getCalls(): array
8989
return $this->calls;
9090
}
9191

92+
public function getInner(): WorkflowInterface
93+
{
94+
return $this->workflow;
95+
}
96+
9297
private function callInner(string $method, array $args): mixed
9398
{
9499
if ($this->disabled?->__invoke()) {

0 commit comments

Comments
 (0)