Implement the controller action to view the EntityworkflowSend

This commit is contained in:
2024-10-07 15:35:36 +02:00
parent a0b5c208eb
commit 5c0f3cb317
9 changed files with 381 additions and 5 deletions

View File

@@ -119,6 +119,11 @@ class EntityWorkflowSend implements TrackCreationInterface
return $this->privateToken;
}
public function getEntityWorkflowStep(): EntityWorkflowStep
{
return $this->entityWorkflowStep;
}
public function getUuid(): UuidInterface
{
return $this->uuid;