Add connection options on edge creation (#14451)

Edge can now be linked to loop handle.
Renaming the existing options to connection.
This commit is contained in:
Thomas Trompette
2025-09-12 16:08:20 +02:00
committed by GitHub
parent 3270c64a96
commit 12a5ee6bc4
13 changed files with 346 additions and 45 deletions
@@ -4,4 +4,5 @@ export class WorkflowVersionEdgeException extends CustomException<WorkflowVersio
export enum WorkflowVersionEdgeExceptionCode {
NOT_FOUND = 'NOT_FOUND',
INVALID_REQUEST = 'INVALID_REQUEST',
}