- 
                Notifications
    You must be signed in to change notification settings 
- Fork 31
Feature: service task #3534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
                
     Merged
            
            Feature: service task #3534
Conversation
  
    
      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
    
  
  
    
    
      
        
      
      
  
    7 tasks
  
4d2e67a    to
    657abd8      
    Compare
  
    0c8ee48    to
    c34b503      
    Compare
  
    657abd8    to
    1aa7dbf      
    Compare
  
    c34b503    to
    79fc708      
    Compare
  
    92c23b7    to
    43c367d      
    Compare
  
    
              
                    olemartinorg
  
              
              approved these changes
              
                  
                    Jul 17, 2025 
                  
              
              
            
            
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
- Remove DisplayErrorProvider in favor of toast notifications - Support service task navigation on process next failure - Add generic typing to HttpClientError - Export useGetInstanceDataQuery for wider usage
43c367d    to
    0940b12      
    Compare
  
    | 
 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    backport-ignore
  This PR is a new feature and should not be cherry-picked onto release branches 
  
    kind/product-feature
  Pull requests containing new features 
  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
First version of service task support in the frontend (i.e., failing service tasks).
Assumes that a layout set has been created for the failing service task, but Studio can potentially help set up a default for this. Alternatively, we can consider providing a default view ourselves.
Timeouts are not handled (in cases where TE has configured endless service tasks), as I don't have control over the infrastructure and configs, making it difficult to handle something I'm not fully aware of. This needs to be discussed in more detail when people are back from vacation.
Service Task Failure Support:
ELEMENT_TYPEelement type to shared typesError Handling Refactoring:
useProcessNextto show user-friendly toast messages instead of full-page errors if app supports itHttpClientErrorScreen.Recording.2025-07-16.at.11.09.27.mov
Related Issue(s)
Verification/QA
kind/*andbackport*label to this PR for proper release notes grouping