559 Commits

Author SHA1 Message Date
Dan
c4ba9f398d Making sure we create informative messages when encountering jinja2 syntax errors. 2023-01-25 14:13:21 -05:00
burnettk
4f93cd45b3 delete legacy flask-rendered html pages from initial prototype, since backend is now API-only 2023-01-25 11:30:19 -05:00
jasquat
cc1fe58c47 added the process model identifier for the diagram if it is not the top level w/ burnettk 2023-01-25 10:39:17 -05:00
jasquat
63ff763807
Merge pull request #107 from sartography/feature/metadata_on_instance_show
Feature/metadata on instance show
2023-01-24 16:54:43 -05:00
jasquat
b05e7fcd38 do not allow deleting primary bpmn file and do not allow instantiating models without a primary bpmn file w/ burnettk 2023-01-24 15:15:48 -05:00
jasquat
433c401073 show metadata on instance show page but for some reason it reorders elements w/ burnettk 2023-01-24 14:35:27 -05:00
jasquat
3f692ab1cb added locking system for process instances so hopefully background jobs will not take instances currently being run by the user w/ burnettk 2023-01-23 16:45:07 -05:00
jasquat
a6fbe6715d find the top level process to find the task form when using subprocesses in called activities w/ burnettk danfunk 2023-01-20 12:03:29 -05:00
Dan
bd150dfff9 Merges 2023-01-19 13:26:13 -05:00
Dan
628c59dde9 Lots of adjustments from running pyl
Main change is in the ErrorDisplay.tsx to assure all error information is provided. and index.css to make it "pretty"
2023-01-19 12:36:45 -05:00
jasquat
2cd861bdd3 disabled flake8 forcing comments to avoid all of the useless comments but still enforcing the formatting of comments if they exist w/ burnettk 2023-01-19 10:41:26 -05:00
jasquat
6a6bde2788 show start events in logs as well and added bpmn process identifiers to log table w/ burnettk 2023-01-19 10:06:30 -05:00
jasquat
26de48193c do not allow overwriting process models and process groups w/ burnettk 2023-01-18 14:40:03 -05:00
jasquat
cb9d36f714 added End Event to simple log view w/ burnettk 2023-01-18 12:01:37 -05:00
jasquat
2db07b5f74 only show milestones for simple log view w/ burnettk 2023-01-17 16:13:11 -05:00
jasquat
336fb1d8d2 do not resolve entities when parsing xml w/ burnettk 2023-01-17 14:58:54 -05:00
Dan
127eb7868c Removing dependency on flask-bpmn and taking it out of SpiffArena
Slightly updating the APIError code for recent updates to SpiffWorkflow's error refactoring.
2023-01-17 12:56:06 -05:00
jasquat
a91b8c68e8 pyl 2023-01-16 13:11:25 -05:00
jasquat
4055772bde fixed cypress tests 2023-01-16 12:24:02 -05:00
burnettk
c147cdb47b postgres does not have group_concat, and it is stricter about getting back columns when grouping 2023-01-15 00:22:40 -05:00
Kevin Burnett
d9574acee8
Merge pull request #102 from sartography/feature/waku-fault-message
Feature/waku fault message
2023-01-13 11:47:05 -08:00
jasquat
c7817b67c2 fixed broken test w/ burnettk 2023-01-13 14:41:51 -05:00
jasquat
2d61bf378e added tasks table to process instance show page w/ burnettk 2023-01-13 14:31:12 -05:00
mike cullerton
043dea0796 Merge branch 'main' into feature/waku-fault-message 2023-01-13 12:11:40 -05:00
jasquat
189dbc2712 stop at call activity as well when getting calling subprocesses by child id w/ burnettk 2023-01-13 10:43:25 -05:00
mike cullerton
ff48f67918 Merge branch 'main' into feature/waku-fault-message 2023-01-13 08:29:42 -05:00
jasquat
f48793c872 added detailed area to process instance show page w/ burnettk 2023-01-12 15:27:32 -05:00
jasquat
c526b55fbd set the domain for the token cookies w/ burnettk 2023-01-12 11:50:11 -05:00
jasquat
6ba547576a a little more cleanup w/ burnettk 2023-01-12 11:32:52 -05:00
jasquat
b6481c78b2 remove several debug print statements 2023-01-12 10:48:42 -05:00
jasquat
d866ec5981 logout works now and queryparams are getting passed correctly on login now 2023-01-12 10:29:37 -05:00
jasquat
f3e0e1956a pyl 2023-01-12 08:12:16 -05:00
mike cullerton
223793e79d Merge branch 'main' into feature/waku-fault-message 2023-01-12 07:19:06 -05:00
jasquat
2630dbfb45 use the cookie from the frontend w/ burnettk 2023-01-11 17:27:12 -05:00
jasquat
8ab5ad7074 this can run on localhost with cookies w/ burnettk 2023-01-11 16:11:21 -05:00
jasquat
0974cda185 this somewhat works and sets cookies w/ burnettk 2023-01-11 15:57:01 -05:00
jasquat
b9612f2d30 debugging cookies w/ burnettk 2023-01-11 14:52:12 -05:00
jasquat
f4079ece1f lint w/ burnettk 2023-01-10 14:30:57 -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
957d66da8b some updates to validate xml when uploading and saving w/ burnettk 2023-01-10 12:16:24 -05:00
mike cullerton
8aff86a53c Merge branch 'main' into feature/waku-fault-message 2023-01-10 08:47:31 -05:00
jasquat
6202d7ef46
Merge pull request #96 from sartography/feature/fix_docker_script_in_ci
Feature/fix docker script in ci
2023-01-09 16:24:59 -05:00
jasquat
4a1251a05b fixed typeguard tests w/ burnettk 2023-01-09 15:53:13 -05:00
jasquat
5702a74575 fixed typeguard tests w/ burnettk 2023-01-09 14:49:36 -05:00
mike cullerton
2461324773 Update process_models_controller to include fault_or_suspend_on_exception and exception_notification_addresses for Process Model create/update 2023-01-09 13:02:34 -05:00
jasquat
f5ce926ad3 also show skipped tasks in the simplified log w/ burnettk 2023-01-09 11:00:47 -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
7a4390b011 pyl w/ burnettk 2023-01-06 15:55:51 -05:00
jasquat
9049a64925 actually filter by process initiator w/ burnettk 2023-01-06 15:50:47 -05:00
jasquat
edd670c6cd highlight tasks even if they are in subprocesses of called activities w/ burnettk 2023-01-06 12:00:24 -05:00