feat: add the ability to execute status actions when the proposal status is updated manually#1441
Open
jekabs-karklins wants to merge 185 commits into
Open
Conversation
added 30 commits
December 22, 2025 14:13
…elated methods and types
…g and introducing WorkflowStatus model
…lowStatusId instead of id
…ntroducing CreateWorkflowConnection mutation
…rget status lookups
…vents table and updating related references
…usActionsOnConnection
…lowStructure method
…onsistency in workflow management
…efactoring IsProposalSubmittedGuard
…andling and refactoring related methods
…error for missing proposal workflow
… GuardFn and refactoring related guards
…ent metadata handling
…tatusConnectionId and refactor related properties
…authorization checks for proposal assignments
…orkflow migration scripts
… for proposal status filtering
…orkflowQueries method
…uard for improved readability
…Mutations, experiment, and proposal files
…itorModel and usePersistWorkflowEditorModel
- Changed import paths in various guard files to reference the new stateMachine module. - Created new stateMachine module with necessary types and functions.
…chniqueProposalTable
added 3 commits
May 27, 2026 10:40
…d UI for running status actions
…ions' of github.com:UserOfficeProject/user-office-core into SWAP-5434-as-a-user-officer-i-want-to-specify-which-actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
THIS PR IS BUILT ON TOP OF #SWAP-4949-workflow-overhaul
This PR adds the ability for the User Officer to execute status actions when he/she sets the proposal status manually.
Motivation and Context
After the workflow overhaul the status actions are attached to the transition, and not the status. In same cases when setting the proposal status the user officer would want to run the status actions accompanied with the transition leading to that status.
This PR handles three scenarios:
Changes
workflowConnectionIdparameter to thechangeProposalsStatusmutation inProposalMutations.ts, which is used to fetch the proposal workflow and run the status engine.changeProposalsStatusmutation to only run status actions ifworkflowConnectionIdis provided, improving the control over status change side-effects.proposals.cy.tsto cover the new functionality.How Has This Been Tested?
Added e2e
Fixes Jira Issue
https://jira.ess.eu//browse/SWAP-5434
Depends On
Tests included/Docs Updated?