54 Commits

Author SHA1 Message Date
Dan
4b4bbeff25 Needed an additional check for empty correlation keys - which on a RECEIVE message, should always match anything.
When finding messages to match a send, assure they are RECIEVE messages.

Fix some of the json output for messages sent to the front end
2023-02-27 14:01:21 -05:00
jasquat
fd8134706d link to the spiff step from a task on the frontend and use the correct db in ci 2023-02-09 17:07:36 -05:00
jasquat
c6be5ea20c use the ProcessInstanceTask interface where we can and move some stuff around better for useEffect 2023-01-26 09:45:09 -05:00
Dan
b59cca0212 Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 15:38:52 -05:00
Dan
2b6b053671 TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured.
The same issue was happening on the ProcessInstanceListTable, and there it was being managed by a "SafelySetErrorMessage" function in one case,
but would not be addressed in all possible cases.

Reworked error handling into a context provider (APIErrorProvider) and hook (UseApiError) and removed the "(useContext as any)(ErrorContext)[1];" that felt a little off but that never was an actual problem.
2023-01-25 10:46:56 -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
433c401073 show metadata on instance show page but for some reason it reorders elements w/ burnettk 2023-01-24 14:35:27 -05:00
burnettk
16d591307d make sure that all new form field elements are not dropdowns 2023-01-22 00:36:16 -05:00
jasquat
ea8d310299 expanded functionality of the form builder 2023-01-21 20:51:11 -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
2d61bf378e added tasks table to process instance show page w/ burnettk 2023-01-13 14:31:12 -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
mike cullerton
578935b1f5 Add fault_or_suspend_on_exception and exception_notification_addresses to Process Model interface and create/update form. 2023-01-09 13:00:51 -05:00
jasquat
f83cee9792 fixed issue displaying task data for call activities called multiple times in a diagram w/ burnettk 2023-01-05 10:38:29 -05:00
jasquat
98c3a9a511 added ability to filter process instances by process initiator 2023-01-04 16:11:52 -05:00
jasquat
0af82d137d added all users to waiting for column on task list tables w/ burnettk 2022-12-30 12:30:23 -05:00
jasquat
fb20d89459 added better error message for failed tasks w/ burnettk 2022-12-28 16:29:17 -05:00
jasquat
c999edeba0 added ability to view data objects from the process instance show page w/ burnettk 2022-12-27 11:45:42 -05:00
jasquat
a096605047 do not allow editing task data for process instances that are not suspended and some code cleanup w/ burnettk 2022-12-19 11:54:22 -05:00
jasquat
bd88cd947e merged in main and resolved conflicts w/ burnettk 2022-12-16 13:53:43 -05:00
jasquat
4a978c5bda some fixes to ensure we display the correct task data for the diagram elements w/ burnettk 2022-12-13 14:16:28 -05:00
jasquat
77aa32646a split group task tables by group and created component for group tables 2022-12-12 12:21:37 -05:00
jasquat
23bf85a3a0 Merge remote-tracking branch 'origin/main' into new_report 2022-12-05 14:07:32 -05:00
Dan
752fcf49af Use the identifier, not the id when locating a process model or dmn table. 2022-12-05 13:29:46 -05:00
jasquat
ed5095ca37 using an array for metadata extraction paths now instead of dictionaries w/ burnettk 2022-12-02 16:03:43 -05:00
jasquat
04bf91a0d2 added some support to add process model metadata. need to fix frontend w/ burnettk 2022-12-02 15:46:05 -05:00
jasquat
ae2bc38588 filtering by metadata works w/ burnettk 2022-12-02 13:47:04 -05:00
jasquat
a4edb5d766 favor report id over identifier but support both and ui updates to allow setting a condition value on a metadata field, changing the display name, and fixes for saving and updating a report 2022-12-02 10:32:40 -05:00
jasquat
e005f1160d added ability to update the display name for perspective columns w/ burnettk 2022-12-01 14:46:09 -05:00
jasquat
d534cf9bfb some updates for process instance reports and metadata w/ burnettk 2022-11-30 17:20:34 -05:00
jasquat
acc33288b9 added correlations to message list table w/ burnettk 2022-11-30 15:08:04 -05:00
jasquat
1c9cee4081 updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
jbirddog
016d2b19e2
Allow switching between user defined reports (#56) 2022-11-22 09:35:42 -05:00
jasquat
56126eb670 added some more widget types to the form builder. w/ burnettk 2022-11-19 20:55:27 -05:00
jasquat
4652ee2792 added basic form builder. w/ burnettk 2022-11-19 19:44:21 -05:00
jasquat
919150b73b added create new instance page and moved model run to a component w/ burnettk cullerton 2022-11-18 16:40:49 -05:00
jasquat
c353ef6fcf display groups as tiles on list page w/ burnettk 2022-11-18 12:42:08 -05:00
Dan
1af96ba075 Searching for call activities seems to be working now.
I had the clear_caches in the wrong place previously - fixing.
2022-11-16 16:53:51 -05:00
jasquat
f838e11759 added lint fix for frontend to pyl w/ burnettk cullerton 2022-11-16 13:03:59 -05:00
jasquat
b62955deaa added permission service to frontend to allow checking for permissions w/ burnettk 2022-11-15 14:40:35 -05:00
burnettk
d12a6b7025 fix recent process models, at least after they visit process model show page 2022-11-09 22:24:16 -05:00
jasquat
cca4ebaf44 merged in main and resolved conflicts w/ burnettk cullerton 2022-11-08 17:49:23 -05:00
jasquat
1ed2b96773 process model show page lists files as accordion with action icons w/ burnettk 2022-11-08 12:08:18 -05:00
burnettk
a092cf21dd add back run and edit and add actions menu 2022-11-07 18:37:46 -05:00
jasquat
20bdeb7eaf Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show 2022-11-07 14:38:50 -05:00
Dan
0d86657fa5 Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main 2022-11-07 14:35:49 -05:00
jasquat
5f22c0b910 updated the breadcrumb component and added a test for buttons in file dropdown 2022-11-07 14:23:19 -05:00
jasquat
d46ac958a2 some more updates for group forms w/ burnettk 2022-11-03 15:55:50 -04:00
jasquat
d25ac51396 added search bar on process groups page w/ burnettk 2022-11-02 17:16:41 -04:00