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
jasquat
5819b22cab
added support to validate custom errors in nested properties in json schema forms
2023-02-22 08:50:55 -05:00
jasquat
4d4e0c9a57
users can always complete tasks on process instance show page and on task group table on home page w/ burnettk
2023-02-14 11:53:37 -05:00
jasquat
30166e38f4
avoid endless redirects on error on authentication list page w/ burnettk
2023-02-13 10:25:03 -05:00
jasquat
1748a0ae7f
link to the spiff step from a task on the frontend and use the correct db in ci
2023-02-09 17:07:36 -05:00
jasquat
cd41be4455
pyl w/ burnettk
2023-02-09 16:03:26 -05:00
jasquat
0c30751946
call activities are also working w/ burnettk
2023-02-09 15:52:00 -05:00
Dan
f945b58756
Use the same markdown library for displaying as for editing - could enable a security plugin, but doing so would prevent BPMN developers from using the Sub and Sup markdown supported by GitHub.
2023-02-06 12:14:15 -05:00
Dan
a248e868b7
When searching for human tasks to determine if the current user can complete it, filter on the "completed" flag.
...
Front-end -- enable the form if you receive an onUnathorized error because the thing you are unauthorized to do might have nothing to do with whether you can submit the form.
2023-02-06 08:01:37 -05:00
burnettk
7dc5a96f99
put setDisabled back in the awkward place since i was seeing the subsequent form stay disabled
2023-02-03 17:31:14 -05:00
Dan
6bd9fa5c00
Merge branch 'main' of github.com:sartography/spiff-arena into main
2023-02-03 17:01:13 -05:00
Dan
92fa390fc9
Fix that dreadful unknown "KeyError" exception that was cropping up.
...
Adding a bit of detail to the spiffworkflow exceptions when a duplicate process model is found.
Disable the submit button on tasks after you click submit (avoid the double click and give users a better experience)
2023-02-03 17:01:03 -05:00
Kevin Burnett
84f3bd90cf
Merge pull request #125 from sartography/feature/dynamically-hide-fields-w-task-data
...
Feature/dynamically hide fields w/ task data
2023-02-03 13:20:19 -08:00
burnettk
1247189bf8
make form schema and form ui schema both dicts, add support for hiding fields based on task data
2023-02-03 15:40:14 -05:00
Dan
1cde87dca7
Prevent double click on submit of forms.
2023-02-03 13:25:05 -05:00
Dan
a4e4fdbd44
IBM says you can't have more columns than your parents, even if you try to start another grid, with kburnett
2023-01-30 16:43:47 -05:00
burnettk
b43f7b6cf5
make task show wide, and make repeating form icons match site styles. w/ dfunk
2023-01-30 15:51:48 -05:00
burnettk
bd9ef740e6
we were expecting an object when doing this check, so codify it
2023-01-28 21:41:31 -05:00