746 Commits

Author SHA1 Message Date
Dan
cd304884be run_pyl 2023-04-26 16:05:27 -04:00
Dan
2f17ee0579 run_pyl and a changes to the way we loop through tasks for the interstitial page. 2023-04-26 15:50:14 -04:00
jasquat
f2f1e1a16e
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-26 11:16:42 -04:00
jasquat
5531498b53
task_line_contents should be set to None if error_line is None w/ burnettk 2023-04-26 11:16:08 -04:00
jasquat
d51d4cc7ae
can somewhat search now w/ burnettk 2023-04-26 11:06:01 -04:00
burnettk
e77baf18cb
rename TaskModelException to TaskModelError 2023-04-25 21:55:18 -04:00
jasquat
0adea8c25c
attempting to filter process instances with json instead of report filters w/ burnettk 2023-04-25 17:21:38 -04:00
jasquat
9aa9fe913b
added typeahead search for bpmn name and identifier in process instance event list w/ burnettk 2023-04-25 15:30:26 -04:00
jasquat
3a3d5a86fc
refactored TaskService so more of the classmethods are now instance methods and work more implicitly 2023-04-25 12:58:00 -04:00
jasquat
81e93d7079
fixed broken auth tests w/ burnettk 2023-04-24 15:59:30 -04:00
jasquat
5ee4318ef4
give users access to error events if they have access to start a process model w/ burnettk 2023-04-24 15:37:17 -04:00
jasquat
0a30267cb4
pyl 2023-04-24 13:45:31 -04:00
jasquat
afc7391806
backend tests are passing w/ burnettk 2023-04-24 12:41:33 -04:00
jasquat
ecade1631a
merged in main and resolved conflicts w/ burnettk 2023-04-24 11:30:27 -04:00
jasquat
8952aab807
tests for good error messages are mostly working w/ burnettk 2023-04-24 11:13:01 -04:00
burnettk
2e5491fc88
truncate task_line_contents so it does not explode on the db interaction 2023-04-23 23:59:09 -04:00
Dan
f57aff1a36 run_pyl 2023-04-23 11:46:29 -04:00
Dan
d2a8001d2d run_pyl 2023-04-22 15:45:20 -04:00
Dan
e9aae6123e * Scroll to the top on each update of a process result.
* When displaying an error, scroll to the top of the page.
* Rename a few of the filter titles to better match the titles of the table on the process instances list page.
* Add error_message to the task object - so if a task is in an error state and has a message, we send it to the front end.
* Handle errors on the Interstitial page - so if an error happens during execution it is diplayed, and if an error happened previously, we show it.
* Return the last Errored Tasks if no READY or WAITING tasks exists when calling the Interstitial endpoint.
2023-04-22 15:38:51 -04:00
jasquat
3cb9b2ebf7
some pyl stuff. tests are failing w/ burnettk 2023-04-21 16:32:29 -04:00
jasquat
09d5ba8409
Revert "some updates so task_show no longer needs the processor. i think it mostly works w/ burnettk"
This reverts commit 5a561fb83319db0f4c1269b3f3fd550bc27d0deb.
2023-04-21 15:56:32 -04:00
jasquat
5a561fb833
some updates so task_show no longer needs the processor. i think it mostly works w/ burnettk 2023-04-21 15:54:31 -04:00
burnettk
92e0f13006
lint 2023-04-20 18:25:44 -04:00
Dan
7b5c1e102e Fixing formatting? 2023-04-20 17:05:05 -04:00
Dan
7cccc2a6a2 fallout from recent changes to Main. 2023-04-20 16:55:13 -04:00
Dan
b9a3b4fbf8 Merging with main. 2023-04-20 16:06:22 -04:00
Dan
c8d4ee050c pyl 2023-04-20 15:42:57 -04:00
jasquat
f8ba4a04bb
merged in main and resolved conflicts w/ burnettk 2023-04-20 14:10:23 -04:00
jasquat
a5e0574981
flake8 and mypy fixes w/ burnettk 2023-04-20 13:01:05 -04:00
jasquat
dc2c1be497
properly save task and instance exceptions to the db and display in the frontend w/ burnettk 2023-04-20 11:49:34 -04:00
jasquat
2e1620a519
store stacktrace as a json array so we can reverse it when displaying and fixed up display of errors 2023-04-20 08:31:55 -04:00
jasquat
5049f1dc49
some debug stuff 2023-04-20 07:35:39 -04:00
jbirddog
61a4243e6d
Called elements (#218) 2023-04-19 18:07:15 -04:00
Dan
c7457daa31 run pyl. 2023-04-19 17:00:09 -04:00
jasquat
19e3b7da1e
fixed test w/ burnettk 2023-04-19 15:52:11 -04:00
jasquat
94414ea86b
display event errors in the frontend using errorDisplay w/ burnettk 2023-04-19 15:20:19 -04:00
Dan
bab5646ac0 Merge remote-tracking branch 'origin/main' into feature/interstitial 2023-04-19 15:18:10 -04:00
jasquat
430bd9c12a
store process instance errors in the db w/ burnettk 2023-04-19 11:24:54 -04:00
Dan
18f3b34c4a make sure we can properly display lanes. 2023-04-18 19:36:31 -04:00
Dan
b6480fb9fe cleaing up the design a little bit so it looks pretty and in keeping with the rest of the site. 2023-04-18 16:58:59 -04:00
jasquat
e06ad98021
merged in main and resolved conflicts w/ burnettk 2023-04-18 11:04:44 -04:00
jasquat
6aac21ebef
updated missing columns on homepage to go to instance page and fixed waiting for me table returning incorrect tasks 2023-04-18 10:27:38 -04:00
jasquat
b23dcb5a34
added api to get task types and added combo box w/ burnettk 2023-04-17 17:26:05 -04:00
burnettk
ea3a9ed7aa
ignore annoying logger with useless output 2023-04-17 16:40:51 -04:00
jbirddog
9291741209
spiff-element-units integration (#214) 2023-04-17 14:49:38 -04:00
jasquat
25316cd520
use the full bpmn process path to determine most recent task w/ burnettk 2023-04-17 14:46:18 -04:00
Dan
481d55b9bf Merge remote-tracking branch 'origin/main' into feature/interstitial 2023-04-17 14:43:40 -04:00
Dan
bfb2213321 Assure we save after every chunk of tasks get completed on the interstital endpoint.
Fix a merge screwup in the workflow execution service
Add an instructions for end user component so we can reuse the logic in multiple places.
Split up the intersitital page so that it clears out the interval timer.
2023-04-17 14:43:30 -04:00
jasquat
02ebf41f74
only query for active human tasks on in-progress home page 2023-04-17 13:45:54 -04:00
jasquat
3c8aab1048
added new column to bpmn process definition to store the full bpmn process hash digest w/ burnettk 2023-04-17 12:01:36 -04:00