Skip to content

Add workflow storage actions#7568

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

Add workflow storage actions#7568
labkey-susanh wants to merge 4 commits intodevelopfrom
fb_workflowStorageActions

Conversation

@labkey-susanh
Copy link
Copy Markdown
Contributor

Rationale

We are expanding the capabilities of workflow to include storage actions.

Related Pull Requests

Changes

  • Add new ActionType enum values
  • Add support for WorkflowService.onActionComplete with updateRows calls

@labkey-susanh labkey-susanh requested a review from cnathe April 9, 2026 20:23
addAuditEvent(user, container, QueryService.AuditAction.UPDATE, configParameters, result, oldRows, providedValues);
WorkflowService service = WorkflowService.get();
if (service != null && configParameters != null && configParameters.containsKey(WorkflowService.WorkflowConfigs.ActionId))
service.onActionComplete(container, user, (Long) configParameters.get(WorkflowService.WorkflowConfigs.ActionId));
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.

this will likely handle some of the future cases for actions yet to be implemented as well right? basically any update rows call that passes an actionId conig param, right?

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