botmux-workflow-core 3.18.14 → 3.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/runtime.js
CHANGED
|
@@ -5775,7 +5775,11 @@ async function runWorkflow(dag, deps, opts) {
|
|
|
5775
5775
|
nodeId: node.id,
|
|
5776
5776
|
...instanceId ? { instanceId } : {},
|
|
5777
5777
|
attemptId,
|
|
5778
|
-
sessionInfo: {
|
|
5778
|
+
sessionInfo: {
|
|
5779
|
+
sessionId: info.sessionId,
|
|
5780
|
+
webPort: info.webPort,
|
|
5781
|
+
...info.viewToken ? { viewToken: info.viewToken } : {}
|
|
5782
|
+
},
|
|
5779
5783
|
ptyLogPath: info.ptyLogPath
|
|
5780
5784
|
});
|
|
5781
5785
|
}
|