Closed cgreich closed 6 years ago
@chrisknoll , the abort functionality is covered in the https://github.com/OHDSI/WebAPI/issues/430 issue
Thanks @pavgra.
@cgreich : while generation is happening, you can't save the cohort because that would be 'pulling the rug out from under it' while it is executing. I don't think the UI is 'frozen' (unless you're describing another issue), rather certain elements are 'locked' while generation occurs.
Adding a cancel job button would help 'unlock' those things which are locked during generation.
Yes, that's what I mean.
This issue is closely related to #304 so I'm making the association here. I'll leave this open since this issue touches upon the UI for cohort definitions while #304 focuses on the 'Abort' functionality.
Expected behavior
Pressing Generate and launching a job should have no effect on UI functionality. Also, an "Abort" button is needed.
Actual behavior
After pressing Generate and the job goes to "Pending" and the UI freezes all other activity. Or worse, it allows to doing some things but the Save button is greyed out.
Steps to reproduce behavior
Start a whole lot of jobs, and then they stop progressing from Pending to Running.