This repository contains the code for the UserTasks UI, and UserTasks API Client. This repository will help you interact with LittleHorse's UserTask API.
Apache License 2.0
0
stars
0
forks
source link
Reload is not happening after performing status changes #30
Perform any action that changes its status (assign, cancel, complete)
Check the status field of the card component.
Ideally, we want the status to represent what it's actually stored in LH server for that specific UserTaskRun. If it was cancelled, claimed, reassigned or completed, we should render that immediately after performing the relevant action (claim, assign, cancel or complete).
Screencast from 02-12-24 19:19:35.webm
Steps to replicate:
Ideally, we want the status to represent what it's actually stored in LH server for that specific UserTaskRun. If it was cancelled, claimed, reassigned or completed, we should render that immediately after performing the relevant action (claim, assign, cancel or complete).