104 Commits

Author SHA1 Message Date
jasquat
2d61bf378e added tasks table to process instance show page w/ burnettk 2023-01-13 14:31:12 -05:00
jasquat
1b426579e5 only load file references when needed to avoid unnecessary xml errors w/ burnettk 2023-01-10 14:28:14 -05:00
jasquat
2e92922543 do not allow sending messages to terminated and suspended process instances w/ burnettk 2023-01-06 16:21:29 -05:00
jasquat
9049a64925 actually filter by process initiator w/ burnettk 2023-01-06 15:50:47 -05:00
jasquat
5f30564c85 basic support to find a process instance by id w/ burnettk 2023-01-05 14:59:59 -05:00
jasquat
98c3a9a511 added ability to filter process instances by process initiator 2023-01-04 16:11:52 -05:00
jasquat
23550583b2 merged in main and resolved conflicts 2023-01-04 11:56:33 -05:00
jasquat
5ea7fcf06a added basis of api to create process models from text w/ burnettk 2022-12-30 16:30:52 -05:00
jasquat
5a46102d54 allow tests to determine what paginated entity id to use to determine a table has loaded 2022-12-30 09:13:03 -05:00
burnettk
145944137d Merge remote-tracking branch 'origin/main' into feature/process_api_blueprint_refactor 2022-12-29 20:41:50 -05:00
burnettk
7c55ab3dfb new service tasks controller 2022-12-29 18:23:45 -05:00
burnettk
792e2cfc37 move status to health controller 2022-12-29 18:12:41 -05:00
Elizabeth Esswein
afb630c78d allow option to complete single tasks with or without execution 2022-12-29 17:21:17 -05:00
burnettk
67086c2b40 get tests passing 2022-12-29 17:13:44 -05:00
jasquat
0e1699e625 moved more api methods to own controllers w/ burnettk 2022-12-29 15:45:34 -05:00
Elizabeth Esswein
e6391a2aa3 add endpoint to reset process to earlier step 2022-12-29 15:26:29 -05:00
jasquat
c77a598c83 moved process groups, models, and instances api methods to own controller files w/ burnettk 2022-12-29 15:24:39 -05:00
Elizabeth Esswein
3d84c7ca83 Merge branch 'main' into feature/process-navigation 2022-12-29 12:09:47 -05:00
jasquat
c999edeba0 added ability to view data objects from the process instance show page w/ burnettk 2022-12-27 11:45:42 -05:00
jasquat
9e6218e89c fixed get tasks and process instances by group w/ burnettk 2022-12-20 16:02:27 -05:00
Elizabeth Esswein
fed2062ccf fix conflicts for like the thousandth time 2022-12-20 10:41:45 -05:00
jasquat
5fa6be6651 fix getting task info for a process instance w/ burnettk 2022-12-19 17:11:39 -05:00
jasquat
e938d81366 created process instance list and show pages to handle all and for-me w/ burnettk 2022-12-19 16:16:27 -05:00
Elizabeth Esswein
c2f8cec700 fix conflicts yet again 2022-12-19 15:28:44 -05:00
jasquat
bade105e7f merged in main and resolved conflicts w/ burnettk 2022-12-19 14:51:54 -05:00
jasquat
0d69029292 updates to disallow modifying a process instance when it is not in the correct state w/ burnettk 2022-12-19 12:55:25 -05:00
Elizabeth Esswein
a204aeb92a allow marking task complete without executing 2022-12-18 10:44:42 -05:00
Elizabeth Esswein
975b7e6132 fix conflicts again 2022-12-18 10:42:19 -05:00
Elizabeth Esswein
fa0d5d7ea8 update url to allow permissions on send event 2022-12-16 16:22:59 -05:00
jasquat
52f32112c8 some basic stuff for showing only relating items to user w/ burnettk 2022-12-16 16:07:40 -05:00
jasquat
7a099eb68d updated some text for task tables w/ burnettk 2022-12-16 14:21:04 -05:00
jasquat
bd88cd947e merged in main and resolved conflicts w/ burnettk 2022-12-16 13:53:43 -05:00
Elizabeth Esswein
da7e60a5df fix conflicts & update event url to match other process instance urls 2022-12-16 12:53:36 -05:00
jasquat
e89a1ef88e added new api endpoint to get task-info so users with access to process instances can see the tasks but not the data 2022-12-16 11:39:07 -05:00
Elizabeth Esswein
33f34ca51d Merge branch 'main' into feature/process-navigation 2022-12-15 11:28:46 -05:00
jbirddog
38fb94b844
Fix endpoints for script task unit tests (#77) 2022-12-15 09:31:19 -05:00
Elizabeth Esswein
232ff1c6f7 working but barely functional UI for manually sending events 2022-12-14 15:21:39 -05:00
jasquat
c3e0b2ef14 allow viewing the diagram for a specific process identifier 2022-12-12 15:08:09 -05:00
jasquat
95be029656 split out completed instances by group as well 2022-12-12 13:41:42 -05:00
jasquat
ec754cbee7 updated group api so it is not under tasks 2022-12-12 13:19:27 -05:00
jasquat
77aa32646a split group task tables by group and created component for group tables 2022-12-12 12:21:37 -05:00
jasquat
3e5ed42eae cleaned up the git service and expanded the api git hook w/ burnettk 2022-12-09 15:01:55 -05:00
jasquat
a1a9decdb0 some base work to try to get display names searchable for process models w/ burnettk 2022-12-09 11:23:18 -05:00
burnettk
f38af7f4a4 add skeleton of endpoint to receive github webhooks 2022-12-08 23:55:01 -05:00
jasquat
375e4023dd added new notification component that allows links based on carbons w/ burnettk cullerton 2022-12-08 12:28:23 -05:00
mike cullerton
fc558b2218 Return URL where they can view changes and open PR 2022-12-08 09:26:10 -05:00
mike cullerton
3b0e97a380 Merge branch 'main' into feature/git-integration
# Conflicts:
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
2022-12-06 16:27:36 -05:00
mike cullerton
2cbe912a99 First pass at git integration 2022-12-06 15:31:03 -05:00
burnettk
88ae1df3e5 break process instance log list page into two tabs, simple and detailed 2022-12-06 12:38:25 -05:00
jasquat
f192ab89a2 more api cleanup w/ burnettk 2022-12-05 16:35:20 -05:00