Fixing the build

Closes #42752

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2025-09-19 10:22:11 +02:00
committed by GitHub
parent f3bd3dcd2e
commit ff04897d06

View File

@@ -70,7 +70,7 @@ public class WorkflowStepManagementTest {
// Create a workflow for testing (need at least one step for persistence)
List<WorkflowRepresentation> workflows = WorkflowRepresentation.create()
.of(UserCreationTimeWorkflowProviderFactory.ID)
.onEvent(ResourceOperationType.CREATE.toString())
.onEvent(ResourceOperationType.USER_ADD.toString())
.name("Test Workflow")
.withSteps(
WorkflowStepRepresentation.create().of(NotifyUserStepProviderFactory.ID)