Skip to content

Add workflow storage actions#1979

Open
labkey-susanh wants to merge 15 commits intodevelopfrom
fb_workflowStorageActions
Open

Add workflow storage actions#1979
labkey-susanh wants to merge 15 commits intodevelopfrom
fb_workflowStorageActions

Conversation

@labkey-susanh
Copy link
Copy Markdown
Contributor

@labkey-susanh labkey-susanh commented Apr 9, 2026

Rationale

We are expanding the capabilities of workflow to include storage actions. With nine actions to choose from there was a desire to present a divided SelectInput menu.

Related Pull Requests

Changes

  • Add optional jobActionId parameter to updateSampleStorageData
  • Add dividedOptionsRenderer and filterDividedOptions for rendering selectInputs with dividers between groups of options

@labkey-susanh labkey-susanh requested a review from cnathe April 9, 2026 20:22
import React, { FC, memo } from 'react';

interface DividedOptionsRendererProps {
isDivider: boolean;
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.

would isDivider also be optional? (i.e. isDivider?: boolean). minor since this is a boolean field

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I considered that, but it seemed unnecessary.

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.

2 participants