yangzhang75 commented on code in PR #8275:
URL: https://github.com/apache/texera/pull/8275#discussion_r3899882792
##########
frontend/src/app/workspace/service/workflow-graph/model/workflow-action.service.ts:
##########
@@ -763,6 +803,7 @@ export class WorkflowActionService {
links,
commentBoxes,
settings,
+ formBinding: this.formBinding,
Review Comment:
Fixed. `getWorkflowContent` now emits `formBinding` only when the workflow
was loaded with one or an author has populated it (non-empty fields, results,
or an instruction), so a plain workflow's content is unchanged and its first
save cuts no version, and the docstring holds again. This matches the
agent-service rule in the same PR. Added a test that a workflow which never had
one omits the key from its content.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]