burnettk
5deb55c170
fix lint
2023-04-21 18:20:07 -04:00
jasquat
09d5ba8409
Revert "some updates so task_show no longer needs the processor. i think it mostly works w/ burnettk"
...
This reverts commit 5a561fb83319db0f4c1269b3f3fd550bc27d0deb.
2023-04-21 15:56:32 -04:00
jasquat
5a561fb833
some updates so task_show no longer needs the processor. i think it mostly works w/ burnettk
2023-04-21 15:54:31 -04:00
jasquat
c7aae99774
set buffering header to no for interstitial page response. w/ burnettk danfunk
2023-04-21 11:03:53 -04:00
burnettk
f1e1a158e7
fixing TypeError: type of value sent to generator must be str
2023-04-20 23:16:45 -04:00
Dan
7cccc2a6a2
fallout from recent changes to Main.
2023-04-20 16:55:13 -04:00
Dan
b9a3b4fbf8
Merging with main.
2023-04-20 16:06:22 -04:00
Dan
fade40ccb8
* Because end events won't always have information, allow the interstitial api endpoint to return the last task, even if it doesn't have any end user information. This prevents us from just redirecting everthing back to the home page and encourages better end event messaging.
...
* Cleaning up icons so they are a little smaller and more consistent.
* Always show that action column.
* Improve the state managment and layout of the interstitial page.
2023-04-20 15:27:32 -04:00
jasquat
f8ba4a04bb
merged in main and resolved conflicts w/ burnettk
2023-04-20 14:10:23 -04:00
jasquat
a5e0574981
flake8 and mypy fixes w/ burnettk
2023-04-20 13:01:05 -04:00
jasquat
dc2c1be497
properly save task and instance exceptions to the db and display in the frontend w/ burnettk
2023-04-20 11:49:34 -04:00
jbirddog
61a4243e6d
Called elements ( #218 )
2023-04-19 18:07:15 -04:00
Dan
c7457daa31
run pyl.
2023-04-19 17:00:09 -04:00
jasquat
19e3b7da1e
fixed test w/ burnettk
2023-04-19 15:52:11 -04:00
jasquat
94414ea86b
display event errors in the frontend using errorDisplay w/ burnettk
2023-04-19 15:20:19 -04:00
Dan
bab5646ac0
Merge remote-tracking branch 'origin/main' into feature/interstitial
2023-04-19 15:18:10 -04:00
Dan
cb1311fb56
getting all the tests to pass.
2023-04-19 15:13:00 -04:00
jasquat
49d954fdd6
added api to get error details for an event and added simple modal on frontend to show it
2023-04-19 13:56:00 -04:00
Dan
22d9cda529
Add a test for the interstitial endpoint.
...
Assure all "GO" buttons lead to the interstial page, and display differently depending on if there is anything you can actually do.
2023-04-19 13:52:29 -04:00
jasquat
430bd9c12a
store process instance errors in the db w/ burnettk
2023-04-19 11:24:54 -04:00
Dan
b6480fb9fe
cleaing up the design a little bit so it looks pretty and in keeping with the rest of the site.
2023-04-18 16:58:59 -04:00
jasquat
7b4905451c
log filtering is working and downgraded react-router-dom since it broke editing bpmn diagrams w/ burnettk
2023-04-18 12:36:45 -04:00
jasquat
b23dcb5a34
added api to get task types and added combo box w/ burnettk
2023-04-17 17:26:05 -04:00
jasquat
0a8610492e
Merge remote-tracking branch 'origin/main' into feature/log_filters
2023-04-17 16:29:58 -04:00
jasquat
25316cd520
use the full bpmn process path to determine most recent task w/ burnettk
2023-04-17 14:46:18 -04:00
Dan
bfb2213321
Assure we save after every chunk of tasks get completed on the interstital endpoint.
...
Fix a merge screwup in the workflow execution service
Add an instructions for end user component so we can reuse the logic in multiple places.
Split up the intersitital page so that it clears out the interval timer.
2023-04-17 14:43:30 -04:00
jasquat
daf57f14bc
some more log stuff using debounce w/ burnettk
2023-04-17 11:08:00 -04:00
Dan
b77789ff30
drop completed_tasks from the task_api object
...
Show the "next" task if no task is provided on the task_show api endpoint
Adding interstitial endpoint
Rename run to run_and_save
Remove repeated code from execution strategy
Adding interstital frontend page
2023-04-14 15:44:59 -04:00
burnettk
2556012880
lint
2023-04-13 12:38:31 -04:00
Elizabeth Esswein
c848115eb6
exclude tasks from out of date subprocesses
2023-04-12 17:05:41 -04:00
93584072e3
backend: log oauth payload on invalid_token error
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-07 18:42:18 +02:00
jasquat
3ad06df13f
Merge remote-tracking branch 'origin/main' into feature/store_boundary_events_properly
2023-04-06 11:23:11 -04:00
jasquat
d6067d701f
some cleanup, updated SpiffWorkflow, and added some notes to pick back up where we left off with the more efficient method w/ burnettk
2023-04-06 10:57:52 -04:00
burnettk
21819642ce
example curl for message start event
2023-04-05 20:20:08 -04:00
jasquat
6948df3163
WIP - test is still passing, no longer processing all tasks w/ burnettk
2023-04-05 16:07:35 -04:00
jbirddog
10e665ac48
Type ahead widget ( #205 )
2023-04-05 14:27:20 -04:00
jasquat
e5ecb82557
Merge pull request #204 from sartography/feature/bypass_checks_for_save_as_draft
...
Feature/bypass checks for save as draft
2023-04-05 10:03:59 -04:00
jasquat
f9000d4dc5
make sure we prcoess the parents and children of failing spiff tasks as well since these do not go through the normal flow w/ burnettk
2023-04-04 15:48:34 -04:00
jasquat
2befac4c28
notion 239: use onclick to submit form when saving form as draft to avoid form validations
2023-04-04 09:13:56 -04:00
jasquat
dba897f3bd
when getting most recent tasks make sure to group by bpmn process guid as well w/ burnettk
2023-04-03 13:46:33 -04:00
jasquat
9655aa8a94
pyl and fixed tests
2023-04-03 11:50:28 -04:00
jasquat
10fec9e862
some cleanup and added back in option to get most recent tasks only
2023-04-03 11:40:26 -04:00
jasquat
6a3b4e5dfa
cleaned up the reset code w/ burnettk
2023-03-31 15:42:18 -04:00
jasquat
44553cb651
added ability to save a form as draft w/ burnettk
2023-03-31 12:45:14 -04:00
jbirddog
a1a54c54bb
Trip safe asserts in tests, various process instance queue improvements ( #199 )
2023-03-31 10:59:09 -04:00
jasquat
6b3c93a075
remove unnecessary libs from pyproject in root of arena w/ burnettk
2023-03-28 16:12:27 -04:00
burnettk
3ea5d9a055
fix all sonar bugs
2023-03-28 10:05:29 -04:00
burnettk
422aaf09da
task_guid is a str, thanks, typeguard
2023-03-27 20:22:12 -04:00
burnettk
d9370f6608
tests have been broken in ci, and this should fix it
2023-03-27 17:02:29 -04:00
burnettk
ba067b320d
filter report column list by process_model_identifier if any
2023-03-24 17:54:37 -04:00