burnettk
02c04625f7
lint
2023-03-16 22:59:42 -04:00
jasquat
8bd946235c
add in missing fields to logs
2023-03-16 17:58:43 -04:00
jasquat
48b8a336f6
pyl w/ burnettk
2023-03-16 16:18:02 -04:00
jasquat
8dc178b953
tests are now passing w/ burnettk
2023-03-16 16:14:41 -04:00
jasquat
8927e9353a
merged in save_to_task_data branch and pyl with some cleanup w/ burnettk
2023-03-16 12:50:52 -04:00
burnettk
bcf798f299
fix two issues, one where we were not sorting after globbing, and another where we forgot about process groups
2023-03-16 12:34:44 -04:00
jasquat
bf5b23a52f
use box script engine to save everything into task data for time being w/ burnettk
2023-03-16 11:17:21 -04:00
jasquat
a22160e81c
some initial code to use tasks for logs
2023-03-16 09:30:25 -04:00
burnettk
0f7f9220ec
try to fix postgres and mysql group by
2023-03-16 00:02:02 -04:00
jasquat
4b64f725f4
increase line length from 88 to 119 for black w/ burnettk
2023-03-15 16:24:08 -04:00
jasquat
b04976e4b1
fixed up tests and ran pyl w/ burnettk
2023-03-15 16:10:23 -04:00
jasquat
181e4ef81b
check data when running main spiff test w/ burnettk
2023-03-15 15:38:58 -04:00
jasquat
ae8a4de175
pyl and cleaned up debug code w/ burnettk
2023-03-15 12:15:48 -04:00
jasquat
6abc3dc69d
unit tests are passing w/ burnettk
2023-03-15 11:25:15 -04:00
jbirddog
b8e0a8f665
Move process instance locking to new queue table ( #177 )
2023-03-14 13:12:01 -04:00
jasquat
3ee474403c
fixed tests and added some comments for future fixes we will need with spiff without loop reset
2023-03-11 13:22:30 -05:00
jasquat
3415caa969
added loop to task test bpmn file w/ burnettk
2023-03-10 17:15:27 -05:00
jasquat
3e2547f789
tests are now passing w/ burnettk
2023-03-10 16:52:57 -05:00
jasquat
cb53321594
check task data on spiff tasks
2023-03-10 13:29:23 -05:00
jasquat
d500360cc0
added subprocess and call activity to task data bpmn file and the test is passing now
2023-03-10 10:46:40 -05:00
burnettk
486a49b6f6
Merge remote-tracking branch 'origin/main' into feature/save_tasks_one_at_a_time
2023-03-09 22:07:11 -05:00
jasquat
9aea8ea51f
the primary test is passing now but subprocesses and call activities are probably broken w/ burnettk
2023-03-09 17:16:44 -05:00
Dan
6871b43543
run_pyl
2023-03-09 16:10:31 -05:00
Dan
300af1abae
Adding a new test for error handing to assure this doesn't break in the future, and cleaning up the message call event.
...
Will also need to update the error handling BPMN process so it provides correlation keys. We should add a task that will
alert you when you create a message object without setting correlation keys - as they are required per the specification.
2023-03-09 15:27:35 -05:00
jasquat
39ea4eb260
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
2023-03-07 10:48:37 -05:00
Jon Herron
55b0d3e174
Getting ./bin/pyl to pass
2023-03-06 20:42:25 -05:00
Jon Herron
b3012e48d3
Fix secret getting reset when decrypted in get_secret
2023-03-06 20:40:08 -05:00
Jon Herron
6bdc174264
Fixed tests
2023-03-06 19:27:24 -05:00
jasquat
b4ad12b3d7
make sure we set the subprocesses correctly in the bpmn dict w/ burnettk
2023-03-06 13:03:18 -05:00
jasquat
512fbbbffd
some stuff is passing but still needs the process_instance_data w/ burnettk
2023-03-03 16:51:24 -05:00
jasquat
acc4b31faf
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
2023-03-03 13:04:26 -05:00
jbirddog
94a788a832
Special case file data during user form submission ( #164 )
2023-03-03 12:24:18 -05:00
jasquat
5ef4ddd042
clean up bpmn process definition save code a bit w/ burnettk
2023-03-03 11:24:28 -05:00
jasquat
8e83d0effd
unit tests are passing with the new spec tables
2023-03-03 10:08:14 -05:00
jasquat
cbbcd93d7b
avoid creating new processors if it is not necessary
2023-03-02 10:00:08 -05:00
jasquat
e7dba41dd6
do not require task to be given to evaluate a task unless that script specifically needs it w/ burnettk
2023-03-01 17:18:58 -05:00
jasquat
e9ce360a10
pyl
2023-03-01 12:35:08 -05:00
jasquat
8266d3f14b
all backend tests except for report tests are now passing
2023-03-01 10:58:12 -05:00
jasquat
b23cdec804
unit tests are passing except for test_process_instance_report which cannot work currently
2023-03-01 10:36:11 -05:00
jasquat
828c042397
added new table and some notes on how to get a delta w/ burnettk jbirddog
2023-02-28 16:30:52 -05:00
jasquat
4d7b0038fc
added debug logging when adding spiff step details w/ burnettk
2023-02-27 15:53:56 -05:00
jasquat
3cc0ad1fb8
Merge remote-tracking branch 'origin/main' into feature/script_get_last_user_completing_task
2023-02-27 14:28:23 -05:00
jasquat
df17c51453
added script to get process initiator w/ burnettk
2023-02-27 14:28:19 -05:00
Dan
6401481f99
run_pyl
2023-02-27 14:21:22 -05:00
Dan
f65ed14df3
Merging main
2023-02-27 14:17:10 -05:00
jasquat
9ce870274c
script to get last user completing a task is working w/ burnettk
2023-02-27 12:08:07 -05:00
burnettk
610fd2e777
wip for get_last_user_completing_task script task
2023-02-25 23:31:23 -05:00
burnettk
26a82585a0
postgres really will just order however it wants if you do not specify an order_by clause
2023-02-25 22:35:46 -05:00
jasquat
e969ea05d3
removed some unused code from task and fixed the logs table a bit w/ burnettk
2023-02-24 16:18:49 -05:00
Dan
c0bbba6f85
run_pyl
2023-02-24 15:02:03 -05:00