367 Commits

Author SHA1 Message Date
jasquat
9f72b02c41 some cleanup and added back in option to get most recent tasks only 2023-04-03 11:40:26 -04:00
jasquat
0ff54c9ce8 cleaned up the reset code w/ burnettk 2023-03-31 15:42:18 -04:00
jasquat
6dd4537da2 added ability to save a form as draft w/ burnettk 2023-03-31 12:45:14 -04:00
jasquat
b441c59fde some cleanup before merging to main w/ burnettk 2023-03-31 10:57:13 -04:00
jasquat
1ee6753c28 Merge remote-tracking branch 'origin/main' into feature/fix_process_instance_rewind 2023-03-28 15:07:36 -04:00
burnettk
2f0114bac3 notion 183: Home Page Refresh, keep it refreshing for 4 hours instead of 10 minutes 2023-03-28 13:41:58 -04:00
jasquat
1ae29c1599 process children and tasks of parent subprocesses instead of looking for all tasks with a given state w/ burnettk 2023-03-27 10:37:31 -04:00
jasquat
0ae74f8f35 removed spiff step details w/ burnettk 2023-03-23 16:33:30 -04:00
jasquat
94cd732ebd save timestamps when manually completing a task and some cleanup w/ burnettk 2023-03-23 16:07:25 -04:00
jasquat
77ae760586 fixed editing task data and skipping tasks, moved task and task data methods from process_api_blueprint to tasks_controller, and updated to favor task_guid over task_id in some places 2023-03-23 14:28:20 -04:00
jasquat
f45f2c1cc6 added link to go back to most recent 2023-03-23 13:55:16 -04:00
jasquat
250298e9ad some updates to add the log link back into the log list w/ burnettk 2023-03-23 11:08:23 -04:00
jasquat
26af07befd resetting tasks somewhat work 2023-03-22 09:44:13 -04:00
jasquat
034201b01c pyl 2023-03-21 13:34:59 -04:00
jasquat
8baa38d22b use consistent types for tasks in webui instance show page and mark the to task guid task as ready in backend 2023-03-21 10:45:10 -04:00
jasquat
94caddf9de send to task guid to signify how far to go with the tasks w/ burnettk 2023-03-20 17:29:53 -04:00
jasquat
b957954d30 get task data from json data table now w/ burnettk 2023-03-20 17:05:15 -04:00
jasquat
bc58de809e use task table for process instance show page. spiff steps are not working yet and neither is data w/ burnettk 2023-03-20 16:51:29 -04:00
burnettk
159488de58 remove link on log list table because it is broken 2023-03-17 17:40:44 -04:00
jasquat
2f60077b82 removed some notes w/ burnettk 2023-03-17 15:57:00 -04:00
jasquat
3782864dc9 added event logs for skipping and manually editing a task 2023-03-17 13:51:56 -04:00
jasquat
88df3bd5c3 added process instance event table 2023-03-17 13:20:06 -04:00
jasquat
e0dbb6a768 updated log list view in frontend w/ burnettk 2023-03-17 10:30:29 -04:00
Dan
f5f0c86bf4 avoid the flicker when switching between detailed view and normal view by just clearing out the data before making a new request. The vast majority of the delay is not in the api call, but in rendering the data - and at just a split second, it isn't long enough for a spinner to be very effective. 2023-03-16 11:54:09 -04:00
Elizabeth Esswein
2ba583577a Merge branch 'main' into feature/remove-loop-reset 2023-03-15 10:36:11 -04:00
Dan
d7e7ee823b Remove nav from task show page 2023-03-14 13:24:12 -04:00
Elizabeth Esswein
2ecfecb9b4 Merge branch 'main' into feature/remove-loop-reset 2023-03-09 09:55:52 -05:00
jasquat
ade6c5d0f8 add task to process instance breadcrumb w/ burnettk 2023-03-08 15:09:23 -05:00
jasquat
51e7ac00ad added process instance breadcrumb to task show page w/ burnettk 2023-03-08 15:08:24 -05:00
jasquat
0be466ba9a Merge branch 'main' of github.com:sartography/spiff-arena 2023-03-08 14:45:16 -05:00
jasquat
6e363eb7fc updated process instance show page to change metdata to details w/ burnettk 2023-03-08 14:45:12 -05:00
Dan
a303de95a4 Don't reenable the submit button after an error 2023-03-08 14:41:12 -05:00
jasquat
65aeca98bc initial changes to remove loop reset with spiff w/ burnettk 2023-03-08 13:06:25 -05:00
burnettk
d5800c5a40 lint and show version control identifier on process model show 2023-03-06 23:23:10 -05:00
burnettk
f075a84dd6 force light mode to avoid making the site look broken 2023-03-06 22:04:03 -05:00
burnettk
00bdde16f6 per feedback in demo 2023-03-02 08:34:15 -05:00
jasquat
0c13285fb8 removed unused import w/ burnettk 2023-03-01 17:36:06 -05:00
jasquat
716986a483 prefer the bpmn process name over the identifier on the logs list page w/ burnettk 2023-03-01 16:28:42 -05:00
burnettk
166b279c5a make metadata header bigger 2023-02-27 22:36:31 -05:00
Dan
f16150b02b Merging main 2023-02-27 14:17:10 -05:00
Dan
150b95070c run_pyl 2023-02-27 14:05:00 -05:00
Dan
e060e28c28 Needed an additional check for empty correlation keys - which on a RECEIVE message, should always match anything.
When finding messages to match a send, assure they are RECIEVE messages.

Fix some of the json output for messages sent to the front end
2023-02-27 14:01:21 -05:00
jasquat
ff1df1145b lint w/ burnettk 2023-02-24 16:29:02 -05:00
jasquat
b71419616d removed some unused code from task and fixed the logs table a bit w/ burnettk 2023-02-24 16:18:49 -05:00
jasquat
7a1e712c14 avoid using task-data endpoint for task data and only use it to get tasks based on spiff step instead 2023-02-24 09:21:21 -05:00
jasquat
a4c1eb96b5 removed task-data endpoints since we no longer need them w/ burnettk 2023-02-23 17:07:53 -05:00
jasquat
a9694c7678 added api to get task data and do not return from task data list anymore w/ burnettk 2023-02-23 15:59:19 -05:00
jasquat
2bf31fc135 turn on sentry detailed tracing for task-data w/ burnettk 2023-02-23 11:19:22 -05:00
jasquat
81a402dd7d logs list page should respect the for-me variant 2023-02-23 10:23:26 -05:00
jasquat
769cc4126c default to the for-me path on process instance show page links 2023-02-22 09:26:15 -05:00