We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec9a69 commit 4a9c896Copy full SHA for 4a9c896
1 file changed
core/integration/odc/handlers.go
@@ -114,6 +114,7 @@ func handleStart(ctx context.Context, odcClient *RpcClient, arguments map[string
114
Partitionid: envId,
115
Path: "",
116
Properties: make([]*odcpb.Property, len(arguments)),
117
+ Runnr: runNumber,
118
}
119
120
// Extract relevant parameters from Arguments payload
0 commit comments