Skip to content

Commit b1ee624

Browse files
committed
Add output connection to group outputs node and enhance error logging in execution
1 parent 5bc68b3 commit b1ee624

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,12 @@ nodes:
15571557
dst:
15581558
node: for-each-loop-v1-octopus-jellyfish-rabbit
15591559
port: exec
1560+
- src:
1561+
node: concurrent-for-each-loop-v1-kiwano-dog-gray
1562+
port: exec-completed
1563+
dst:
1564+
node: group-outputs-v1-navy-durian-violet
1565+
port: exec-lime-banana-jackfruit
15601566
- src:
15611567
node: branch-v1-lime-peacock-kiwano
15621568
port: exec-otherwise

core/executions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func (n *Executions) Execute(outputPort OutputId, ec *ExecutionState, err error)
112112
}
113113

114114
if err != nil {
115+
utils.LogErr.Printf("EXEC_DEBUG: node '%s' (%s) port '%s' returned error: %v\n", nodeID, nodeName, dest.Port, err)
115116
return err
116117
}
117118

0 commit comments

Comments
 (0)