jasquat
363428df09
added bpmn_name columns to definition tables and added test for simple logs as well
2023-03-17 10:00:59 -04:00
burnettk
6bfce59fe3
lint
2023-03-16 22:59:42 -04:00
jasquat
4b96a0c453
add in missing fields to logs
2023-03-16 17:58:43 -04:00
jbirddog
ab75215a15
Retry locked user input submissions ( #185 )
2023-03-16 14:38:00 -04:00
jasquat
80d9fa8ad6
merged in save_to_task_data branch and pyl with some cleanup w/ burnettk
2023-03-16 12:50:52 -04:00
jasquat
bbdac3c586
some initial code to use tasks for logs
2023-03-16 09:30:25 -04:00
burnettk
4ae54958c9
lint
2023-03-16 00:07:39 -04:00
burnettk
dc355e90e9
try to fix postgres and mysql group by
2023-03-16 00:02:02 -04:00
jasquat
e305b22b5a
increase line length from 88 to 119 for black w/ burnettk
2023-03-15 16:24:08 -04:00
burnettk
eb763342ce
Merge remote-tracking branch 'origin/main' into feature/remove-loop-reset
2023-03-15 14:14:50 -04:00
burnettk
3b0135efe9
lint
2023-03-15 14:14:45 -04:00
Elizabeth Esswein
7dd1747da7
remove ununsed variable
2023-03-15 11:10:02 -04:00
jbirddog
72d9ef9ad4
Provide more details in process instance locking errors ( #181 )
2023-03-15 10:52:06 -04:00
Elizabeth Esswein
2ba583577a
Merge branch 'main' into feature/remove-loop-reset
2023-03-15 10:36:11 -04:00
jbirddog
764eb35d1b
Move process instance locking to new queue table ( #177 )
2023-03-14 13:12:01 -04:00
Dan
ce3ce4fb45
select intiator in filters when you don't have permission to search users.
2023-03-13 11:50:18 -04:00
Elizabeth Esswein
83702b6588
update process instance task list
2023-03-09 18:10:24 -05:00
Elizabeth Esswein
2ecfecb9b4
Merge branch 'main' into feature/remove-loop-reset
2023-03-09 09:55:52 -05:00
jbirddog
abc2e5aac8
Balance lock with unlock ( #169 )
2023-03-09 08:03:18 -05:00
jasquat
8fb62ba123
do not remove columns when clicking the filter button w/ burnettk
2023-03-08 16:57:12 -05:00
jasquat
65aeca98bc
initial changes to remove loop reset with spiff w/ burnettk
2023-03-08 13:06:25 -05:00
jasquat
cc57e6c97d
added some code get only the most recent tasks for a process and task, get updated times from human tasks instead of the process instance, and show the current value for the notification type w/ burnettk
2023-03-07 17:13:46 -05:00
jasquat
1febfdd024
Merge pull request #166 from sartography/feature/split_up_bpmn_json
...
Feature/split up bpmn json
2023-03-07 14:11:23 -05:00
jasquat
4344e015ca
check if aud has any valid value when authing w/ burnettk
2023-03-07 11:58:59 -05:00
jasquat
0f23a1b4d9
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
2023-03-07 10:48:37 -05:00
jasquat
762116f258
Merge pull request #167 from sartography/simple_crypt
...
Encrypt secrets in the db
2023-03-07 10:48:24 -05:00
Jon Herron
0fa44d3d80
Don't double encrypt when updating/add if not exists
2023-03-07 09:53:19 -05:00
jasquat
32e61027dc
merged in main and resolved conflicts
2023-03-07 09:19:09 -05:00
burnettk
d5800c5a40
lint and show version control identifier on process model show
2023-03-06 23:23:10 -05:00
jasquat
20e083ddc4
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
2023-03-06 14:29:44 -05:00
jasquat
b30ed8f3c1
pyl
2023-03-06 14:28:55 -05:00
Dan
dfe0280237
Minor fix to avoid an endless set of error messages if your session times out and you are using the builtin openid.
2023-03-06 12:50:18 -05:00
jasquat
4ee7b299f2
pyl and fixed cypress tests w/ burnettk
2023-03-06 11:59:33 -05:00
jasquat
6acd47e67e
tests are passing with new db tables w/ burnettk
2023-03-06 11:06:03 -05:00
jbirddog
b4546e86e6
Special case file data during user form submission ( #164 )
2023-03-03 12:24:18 -05:00
jasquat
989c0932cd
some pyl issues
2023-03-02 10:06:05 -05:00
jasquat
cf9b796e1a
avoid creating new processors if it is not necessary
2023-03-02 10:00:08 -05:00
jasquat
d1b8de9ea3
pyl
2023-03-01 12:35:08 -05:00
jasquat
b54ace56a2
fixed get call activity task data w/ burnettk
2023-03-01 12:23:04 -05:00
jasquat
e2891425fc
store the process instance data id on the process instance and not the other way around w/ burnettk
2023-03-01 11:39:03 -05:00
jasquat
950106fe21
most unit tests are passing now and the use of bpmn_json is almost gone in src
2023-03-01 09:22:38 -05:00
jasquat
35c93e3f7e
do not return human tasks from errored process instances w/ burnettk
2023-02-27 16:11:26 -05:00
Dan
f16150b02b
Merging main
2023-02-27 14:17:10 -05:00
jasquat
425cf3f8c1
skip failing test if postgres and added comment about cause w/ burnettk
2023-02-24 14:57:17 -05:00
Dan
0dc2bc3316
# SpiffWorkflow:
...
1) Type Safe checking on correlation properties (no more str())
2) A running workflows Correlations are once again at the key level.
# Backend
1) Both send and receive messages can have correlation_keys - and we compare these to each other to quickly assure a match (if they both exist - otherwise we fall back to comparing the properties on the receive to the sending messages payload)
2) Cleaned up the migrations to just one file
2023-02-24 14:53:22 -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
4651eaee94
put back the task data code when getting tasks
2023-02-23 18:32:59 -05:00
jasquat
d53b79b18a
removed commented out code w/ burnettk
2023-02-23 17:09:33 -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