Skip to content

fix missing studyId in the flowrun#2677

Open
SantanM wants to merge 1 commit into
developfrom
SantanM/fix-strategus-flow
Open

fix missing studyId in the flowrun#2677
SantanM wants to merge 1 commit into
developfrom
SantanM/fix-strategus-flow

Conversation

@SantanM

@SantanM SantanM commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Merge Checklist

Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.

  • Automated Tests (Jasmine integration tests, Unit tests, and/or Performance tests)
  • Updated Manual tests / Demo Config
  • Documentation (Application guide, Admin guide, Markdown, Readme and/or Wiki)
  • Verified that local development environment is working with latest changes (integrated with latest develop branch)
  • following best practices in code review doc

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses missing studyId in Prefect flow runs created via the Jupyter-kernel Strategus analysis entrypoint, ensuring the analysis flow receives a study identifier in its options.

Changes:

  • Populate options.studyId when creating a Strategus analysis flow run via the Jupyter-kernel path.

const prefectFlowName = PrefectFlowName.ANALYSIS_DATA_FLOW;
const prefectApi = new PrefectAPI(token);
const portalServerApi = new PortalServerAPI(token);
options["studyId"] = options["tokenStudyCode"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants