275 Commits

Author SHA1 Message Date
jasquat
618bbeb18a added fix to SpiffWorkflow to deepcopy operation params before evaluating them w/ burnettk 2023-01-05 17:29:28 -05:00
jasquat
499a9562c3 basic support to find a process instance by id w/ burnettk 2023-01-05 14:59:59 -05:00
jasquat
5afffe276a pyl w/ burnettk 2023-01-05 10:53:51 -05:00
Elizabeth Esswein
34b78baa65 Merge branch 'main' into feature/process-nav-improvements 2023-01-05 10:46:52 -05:00
jasquat
1d1b2e7e85 fixed issue displaying task data for call activities called multiple times in a diagram w/ burnettk 2023-01-05 10:38:29 -05:00
Elizabeth Esswein
cb8c9258c7 Merge branch 'main' into feature/process-nav-improvements 2023-01-05 10:27:31 -05:00
burnettk
168acda238 add a bit more debugging info 2023-01-04 23:09:13 -05:00
jasquat
63a0007238 pyl w/ burnettk 2023-01-04 13:18:05 -05:00
jasquat
e915b83177 added process group display name to model search and cache the groups to avoid extra lookups w/ burnettk 2023-01-04 13:12:36 -05:00
jbirddog
06d9913ceb Helper function to support reaping process instances (#91) 2023-01-03 22:07:41 -05:00
jasquat
59842a301c pyl w/ burnettk 2023-01-03 17:29:55 -05:00
jasquat
2c4ae424a4 added new page to create process models using english text w/ burnettk 2023-01-03 17:26:01 -05:00
jasquat
df462e0dd0 added method to create process models based on english string w/ burnettk 2023-01-03 16:39:32 -05:00
burnettk
09e012674a upgrade black, give it the preview flag, and let it rip on long strings 2022-12-30 23:08:00 -05:00
Elizabeth Esswein
17e1d8ba26 reformat file 2022-12-30 15:40:46 -05:00
Elizabeth Esswein
9ad3801d13 remove reset tasks from human task table 2022-12-30 15:17:35 -05:00
jasquat
840d2f0937 added all users to waiting for column on task list tables w/ burnettk 2022-12-30 12:30:23 -05:00
Elizabeth Esswein
d0751235b9 create spiff steps for manual navigation 2022-12-30 01:45:49 -05:00
Elizabeth Esswein
25a91b1d45 Merge pull request #78 from sartography/feature/process-navigation
Feature/process navigation
2022-12-29 20:00:27 -05:00
burnettk
7a4519b177 run ./bin/run_pyl 2022-12-29 18:26:43 -05:00
Elizabeth Esswein
72100e6d92 allow option to complete single tasks with or without execution 2022-12-29 17:21:17 -05:00
burnettk
acc57410d9 fix bug with opening call activities when processes conflict with dmn files 2022-12-29 14:33:30 -05:00
Elizabeth Esswein
f24d751450 Merge branch 'main' into feature/process-navigation 2022-12-29 12:09:47 -05:00
jbirddog
0aaf503c3f Make list available to script tasks (#86) 2022-12-28 17:04:47 -05:00
jasquat
b97395d5d8 do not delete groups that were just added w/ burnettk 2022-12-27 16:44:58 -05:00
jasquat
45eb61f974 give read access to process-data for all permission macro w/ burnettk 2022-12-27 11:56:09 -05:00
burnettk
804d3c1052 trim down granted permissions to just the ones that exist in the API, improve output of permissions 2022-12-23 16:49:15 -05:00
jasquat
197a823220 pyl passes w/ burnettk 2022-12-22 16:42:52 -05:00
jasquat
aa6b46e807 added script to refresh permissions w/ burnettk 2022-12-22 16:14:52 -05:00
jasquat
ed2a744502 fixed slashes to colons in permission macros w/ burnettk 2022-12-22 10:34:19 -05:00
jasquat
99839a3e1b pyl 2022-12-22 09:59:55 -05:00
jasquat
1f6f20a734 added ALL macro for easier use with admin groups and some failure test cases 2022-12-22 09:57:13 -05:00
jasquat
22c894c70c added test for perm macros w/ burnettk 2022-12-21 17:38:56 -05:00
jasquat
2f2dc6f98c added method to add permissions based on macros w/ burnettk 2022-12-21 17:14:11 -05:00
jasquat
db3bbc7603 Merge remote-tracking branch 'origin/main' into feature/bpmn_user_permissions 2022-12-21 13:51:53 -05:00
Dan
5fa00f9524 Do not require a Git Repository to start a process. 2022-12-21 12:52:56 -05:00
jasquat
84bf70e2f2 do not force permissions to use the v1.0 path prefix but it can be used if desired w/ burnettk 2022-12-21 12:13:33 -05:00
jasquat
74eccab994 pyl w/ burnettk 2022-12-21 11:42:45 -05:00
jasquat
da603ffef7 added permission to run privileged scripts w/ burnettk 2022-12-21 11:24:38 -05:00
jasquat
00ba65d12a Merge remote-tracking branch 'origin/main' into feature/bpmn_user_permissions 2022-12-20 17:00:58 -05:00
jasquat
3e4ab0145e pyl fixed w/ burnettk 2022-12-20 16:14:55 -05:00
jasquat
d7ea9ebfe8 fixed get tasks and process instances by group w/ burnettk 2022-12-20 16:02:27 -05:00
jasquat
92258c6f9a pyl w/ burnettk 2022-12-20 15:47:30 -05:00
jasquat
87a1eba1e0 fixed completed instances filter w/ burnettk 2022-12-20 15:41:01 -05:00
jasquat
5a6e181a99 merged in main and resolved conflicts w/ burnettk 2022-12-20 15:06:34 -05:00
jasquat
51c3cbec85 set the completed by user on human task w/ burnettk 2022-12-20 14:58:15 -05:00
jasquat
98cc8fec61 added remaining filter tests w/ burnettk 2022-12-20 14:39:04 -05:00
jasquat
fd9506007c added another filter test 2022-12-20 13:50:09 -05:00
jasquat
8f2bc4c8a4 added test for report filters w/ burnettk 2022-12-20 12:29:14 -05:00
Elizabeth Esswein
4a6b219220 reformat file again 2022-12-20 11:19:27 -05:00