Skip to content

Add workflowStatus to DuoWorkflowEvent graphql subscription

Dylan Griffith requested to merge 483045-include-workflow-status-in-events into master

What does this MR do and why?

Duo Workflow is a new feature where you can start running an AI workflow from VS Code (and other places in the future). The UI for this streams events about what is happening from a GraphQL susbcription.

Related to gitlab-org/editor-extensions/gitlab-lsp#401 (closed) we want to be able to update the workflow status as we stream events while the workflow is running. We already subscribe to these events so this is a good place to put it.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #483045 (closed)

Merge request reports

Loading