[workflow][method] add method to get involved/suggested users

This commit is contained in:
2023-02-24 17:20:35 +01:00
parent 9c589b9296
commit 4c7a16587b
6 changed files with 73 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ interface EntityWorkflowHandlerInterface
*/
public function getRoleShow(EntityWorkflow $entityWorkflow): ?string;
/**
* @return User[]
*/
public function getSuggestedUsers(EntityWorkflow $entityWorkflow): array;
public function getTemplate(EntityWorkflow $entityWorkflow, array $options = []): string;
public function getTemplateData(EntityWorkflow $entityWorkflow, array $options = []): array;