Commit Graph

906 Commits

Author SHA1 Message Date
Madhurya Liyanage e0709d0d07 Enabled only the 'Without Files' describe 2023-05-09 21:29:36 +05:30
jasquat c77a65bdda
try adding a blank option for form selects w/ burnettk 2023-05-09 11:55:59 -04:00
jasquat fd4d43f441
Revert "Revert "make all browsers act the same way on our site w/ jasquat""
This reverts commit 13f51f9f82.
2023-05-09 09:30:09 -04:00
burnettk 13f51f9f82
Revert "make all browsers act the same way on our site w/ jasquat"
This reverts commit ebc1004101.
2023-05-08 23:04:16 -04:00
burnettk ebc1004101
make all browsers act the same way on our site w/ jasquat 2023-05-08 17:03:21 -04:00
burnettk 6325c9345a
avoid percentage widths, which appear to not do what we want in safari w/ jasquat 2023-05-08 16:24:52 -04:00
burnettk bc5cb048f6
fix configuration page on safari w/ jasquat 2023-05-08 16:13:30 -04:00
jasquat 40852ec58d
Merge pull request #243 from sartography/feature/interstitial_do_not_update_pi_status
Feature/interstitial do not update pi status
2023-05-08 14:29:13 -04:00
Madhurya Liyanage dccbf10dda Updates related to the changes in the Cancel button and things around that. 2023-05-08 16:45:16 +05:30
jasquat 97d48ea8b6
do not perform any tasks if instance is suspended from the interstitial page w/ burnettk 2023-05-05 14:01:32 -04:00
jasquat f6ed2b6507
Merge remote-tracking branch 'origin/main' into feature/interstitial_do_not_update_pi_status 2023-05-05 13:12:44 -04:00
jasquat 7366ae5cc8
made activeuser component which can be used wherever and only use it if the user can save the file on the form and diagram edit pages 2023-05-05 09:52:52 -04:00
burnettk 6a969bdb9e
fix editing json 2023-05-04 22:57:05 -04:00
jasquat ebb70c111e
set the returned file as the new file when saving a process model file so we get the new contents hash w/ burnettk 2023-05-04 16:59:27 -04:00
jasquat 004a3be2c2
some attempts to not change the process instance status w/ burnettk 2023-05-04 16:52:41 -04:00
jasquat ae4915525d
call correct send signal event from task show page w/ burnettk 2023-05-04 16:11:33 -04:00
jasquat b1e341d0d3
poll the backend for active users instead of keeping the connection open so it does not hang on a process w/ burnettk 2023-05-04 15:44:52 -04:00
jasquat 28fd9d755c
cleaned up displaying active users in frontend w/ burnettk 2023-05-04 12:44:04 -04:00
jasquat 556c71ace4
Merge remote-tracking branch 'origin/main' into feature/multiple_editor_users_display_user 2023-05-04 11:42:36 -04:00
jasquat cc9c559b15
Merge pull request #241 from sartography/feature/multiple_editor_users
Feature/multiple editor users
2023-05-04 11:40:28 -04:00
jasquat 8478c794e2
added endpoint for send-signal-event for users so we can handle permissions more easily w/ burnettk 2023-05-04 11:20:38 -04:00
jasquat 7c8c780d76
Merge remote-tracking branch 'origin/main' into feature/multiple_editor_users 2023-05-03 17:38:49 -04:00
jasquat 2c336c55c5
added ability to display users showing on the process model edit diagram page w/ burnettk 2023-05-03 17:36:43 -04:00
jasquat 868f2b312c
clear advanced filter options as well 2023-05-03 13:19:33 -04:00
jasquat 903794494a
updated system report names to match more closely the text used on the homepage w/ burnettk 2023-05-03 11:42:42 -04:00
jasquat 9d27be6f11
removed the format header method from frontend so we only use the columns that come from the metadata now w/ burnettk 2023-05-03 11:16:13 -04:00
Dan Funk b684763053
Merge pull request #237 from sartography/feature/cancel_button
Feature/cancel button
2023-05-03 10:12:02 -04:00
Dan da0e2480e4 remove chatty console log. 2023-05-03 10:11:54 -04:00
jasquat ac978c6c21
use hyphens instead of parenthesis for process model search 2023-05-03 09:08:25 -04:00
burnettk 3388beb1cd
notion 400: get_toplevel_process_info instead of get_process_info 2023-05-02 22:28:52 -04:00
jasquat ffc6e8720e
fixed tests w/ burnettk 2023-05-02 17:09:29 -04:00
jasquat 558c616744
disallow saving a process model file if it has changed w/ burnettk 2023-05-02 16:31:29 -04:00
Dan 7e67640620 hide the js-properties-panel if we are in view-only mode. 2023-05-02 14:53:39 -04:00
Dan a3bf16c902 run_pyl 2023-05-02 14:00:15 -04:00
Dan 739442d571 * Adding signal_buttons to tasks, which will prompt the frontend to display a button that when pressed will cause the signal to fire.
* This alters how the send_event endpoint responds - it originally responded with a process instance, it now responds with the next task, in keeping with how other task completion endpoints behave.
* I was forced to upgrade some of the bpmn-js libraries which fixes some of the linting errors on the front end.
* The "Return to home" button isn't always displayed.  It will not display when it is redirecting, or when the current task is running.
.
2023-05-02 13:40:41 -04:00
jasquat 9b3fcbe353
use a black background for the view filterable table button and fixed process model show instances table w/ burnettk 2023-05-02 11:41:55 -04:00
burnettk 3be4f7cfc5
add title text to explain reset a bit more 2023-05-02 10:44:30 -04:00
jasquat 7e3314b016
autoreload instances on the inprogress home page 2023-05-02 09:16:09 -04:00
jasquat 5eac97f94d
allow users to post to process instance list and truncate process model ids on the process instance list table page w/ burnettk 2023-05-01 16:30:08 -04:00
jasquat 817210cefa
renamed home page table headers and added filter table link to the completed instances page w/ burnettk 2023-05-01 15:52:11 -04:00
jasquat eacc50080c
fixed cypress tests w/ burnettk 2023-05-01 14:54:11 -04:00
jasquat 2dc61ec669
fixed tests w/ burnettk 2023-05-01 12:51:58 -04:00
jasquat afc13bb751
merged in main and resolved conflicts w/ burnettk 2023-05-01 12:35:10 -04:00
jasquat bb1642c458
lint fixes w/ burnettk 2023-05-01 12:29:48 -04:00
jasquat ec0cf198d0
added links to filtered tables on homepage and added advanced options modal to use them w/ burnettk 2023-05-01 12:25:22 -04:00
jbirddog 5210404ca3
Stable last updated time for human tasks with timers (#231) 2023-05-01 10:32:19 -04:00
jasquat 6e301d804c
only return the compiled report metadata to the frontend and remove most usages of the internal filters w/ burnettk 2023-04-28 15:42:35 -04:00
jasquat c13425f4ae
added tmp link to homepage table w/ burnettk 2023-04-28 14:29:56 -04:00
jasquat 7fc4d5c62a
home page tables are working again w/ burnettk 2023-04-28 12:36:16 -04:00
jasquat 9f56622bc1
fixed cypress process instance tests w/ burnettk 2023-04-28 11:56:52 -04:00
jasquat 7109f0b69d
tests are now passing and pyl w/ burnettk 2023-04-28 10:07:21 -04:00
jasquat 0919c18406
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-28 08:14:24 -04:00
Madhurya Liyanage 13d0886c5e Test cases for request - add, edit, cancel, save as draft 2023-04-28 15:25:54 +05:30
Madhurya Liyanage 886577c60b Updates to match the interstitial pages 2023-04-28 15:25:04 +05:30
jasquat d7dcef47a5
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-27 17:33:49 -04:00
jasquat 53dde1f56a
remove a lot of unused code and fixed linting issues w/ burnettk 2023-04-27 17:33:25 -04:00
jasquat 2d06d55bfa
reports seem to be working again w/ burnettk 2023-04-27 15:19:02 -04:00
jasquat 40a837f229
most of the process instance filters are working. still need to add back in support for reports w/ burnettk 2023-04-27 11:47:48 -04:00
Dan c74474f019 Update text on interstitial page 2023-04-27 09:14:41 -04:00
jasquat 95472ca88e
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-27 07:28:47 -04:00
jasquat 736d07d741
more filter work 2023-04-27 07:28:06 -04:00
burnettk c7b69e0fd9
fix permissions for process callers api 2023-04-27 07:20:52 -04:00
Dan 129ca529e0 run pyl 2023-04-26 21:30:29 -04:00
Dan 97aecbc33b Need to remove the initial greedy first task from run-until-user-instructions as it was causing us to skip over user messages.
We weren't formatting instructions for end events.
More cleanup of the UI
More rapid graying out of past messages
2023-04-26 21:27:52 -04:00
Dan e90b3c9ecd more run_pyl 2023-04-26 20:28:40 -04:00
Dan 6ae5b3f796 run_pyl 2023-04-26 20:24:47 -04:00
Dan 5792c081dc a little css love 2023-04-26 19:53:18 -04:00
Dan b8436bf208 some styling changes and a better end page. 2023-04-26 19:15:15 -04:00
Dan c91ed34c51 run_pyl 2023-04-26 18:34:10 -04:00
Dan fabe9aa320 various css tweaks 2023-04-26 18:10:02 -04:00
Dan 5b9fad65fa randome critical code that I missed during last resolve of conflicts. 2023-04-26 16:38:30 -04:00
Dan df6bf07186 a whole bunch of front end and backend changes that got mangled. 2023-04-26 16:22:50 -04:00
Dan 2f17ee0579 run_pyl and a changes to the way we loop through tasks for the interstitial page. 2023-04-26 15:50:14 -04:00
jasquat df096cde6e
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-26 13:58:10 -04:00
jasquat 18789d9ea6
escape backslashes when inserting variables from env with perl for frontend w/ burnettk 2023-04-26 13:47:27 -04:00
jasquat 8248ca6802
allow overriding the backend url on frontend w/ burnettk 2023-04-26 13:31:12 -04:00
jasquat 6aed1c0075
some more updates for searching w/ burnettk 2023-04-26 13:24:08 -04:00
jasquat f2f1e1a16e
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-04-26 11:16:42 -04:00
jasquat d51d4cc7ae
can somewhat search now w/ burnettk 2023-04-26 11:06:01 -04:00
Madhurya Liyanage ee9c249e58 Updates related to the new UI changes 2023-04-26 19:54:30 +05:30
jasquat 0adea8c25c
attempting to filter process instances with json instead of report filters w/ burnettk 2023-04-25 17:21:38 -04:00
jasquat 9aa9fe913b
added typeahead search for bpmn name and identifier in process instance event list w/ burnettk 2023-04-25 15:30:26 -04:00
jasquat 9b582c8936
do not iterate over callers if undefined w/ burnettk 2023-04-24 17:06:28 -04:00
Dan 95a3b752e4 Allow call activities to have instructions for end users, and show up on the interstitial page 2023-04-24 16:41:46 -04:00
jasquat 09ce19b27f
also display the process model id in the call activity references modal w/ burnettk 2023-04-24 16:34:16 -04:00
jasquat 2116ab079a
Merge remote-tracking branch 'origin/main' into feature/call-activity-references 2023-04-24 16:17:32 -04:00
jasquat 8308c8dbaf
rename Actions column to Action w/ burnettk 2023-04-24 16:12:08 -04:00
jasquat a31148b869
format process instance status strings w/ burnettk 2023-04-24 16:10:45 -04:00
jasquat 5ee4318ef4
give users access to error events if they have access to start a process model w/ burnettk 2023-04-24 15:37:17 -04:00
jasquat 02e0e95a06
make js Task interface act more like ProcessInstanceTask w/ burnettk 2023-04-24 15:01:24 -04:00
jasquat be201970ff
fixed some cypress tests w/ burnettk 2023-04-24 14:40:42 -04:00
burnettk f618abe4f2
Merge remote-tracking branch 'origin/main' into feature/call-activity-references 2023-04-24 13:22:20 -04:00
jasquat f14d05c793
add extensions back onto task before returning task show w/ burnettk 2023-04-24 12:58:07 -04:00
Elizabeth Esswein 5e3c292f85 add modal to display references 2023-04-24 12:21:36 -04:00
jasquat ecade1631a
merged in main and resolved conflicts w/ burnettk 2023-04-24 11:30:27 -04:00
Dan d9feaa1d5d * Clicking anywhere in the row should take you to the process instance page. 2023-04-23 11:43:25 -04:00
Dan 5f672687d0 fixing a bit of needless heartbreak. 2023-04-23 11:13:25 -04:00
Dan d2a8001d2d run_pyl 2023-04-22 15:45:20 -04:00
Dan e9aae6123e * Scroll to the top on each update of a process result.
* When displaying an error, scroll to the top of the page.
* Rename a few of the filter titles to better match the titles of the table on the process instances list page.
* Add error_message to the task object - so if a task is in an error state and has a message, we send it to the front end.
* Handle errors on the Interstitial page - so if an error happens during execution it is diplayed, and if an error happened previously, we show it.
* Return the last Errored Tasks if no READY or WAITING tasks exists when calling the Interstitial endpoint.
2023-04-22 15:38:51 -04:00
Elizabeth Esswein 9922b99f64 get callers & pass to diagram editor 2023-04-21 17:22:17 -04:00
jasquat 3cb9b2ebf7
some pyl stuff. tests are failing w/ burnettk 2023-04-21 16:32:29 -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 5a561fb833.
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 a1bd70f4b8
Merge branch 'main' of github.com:sartography/spiff-arena 2023-04-21 11:21:57 -04:00
jasquat 613a4b90cc
updated bpmn-js-spiffworkflow for on change on service tasks fix w/ burnettk 2023-04-21 11:21:54 -04:00
Dan 3e16590690 minor fixes to the frontend so that he Start button works in all cases and the interstial page's console is not so noisy, and images show up correctly. 2023-04-21 11:21:52 -04:00
Dan Funk 113939fc7c
Merge pull request #221 from sartography/feature/interstitial
Feature/interstitial
2023-04-21 09:28:41 -04:00
jasquat 0deb214fb8
display placeholder date as lowercase only 2023-04-21 09:26:49 -04:00
burnettk 7673c312d1
fix placeholder text, etc 2023-04-20 17:26:16 -04:00
Dan 7cccc2a6a2 fallout from recent changes to Main. 2023-04-20 16:55:13 -04:00
jasquat 89589bf723
do not show full group path in process model search and do not attempt to convert a date to ymd if it is already ymd w/ burnettk 2023-04-20 16:11:17 -04:00
Dan b9a3b4fbf8 Merging with main. 2023-04-20 16:06:22 -04:00
jasquat 1dfa64ca76
use the correct method when converting time strings in react w/ burnettk 2023-04-20 15:48:36 -04:00
Dan c8d4ee050c pyl 2023-04-20 15:42:57 -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 961009a5c7
pass full tasks list to react diagram editor for coloring w/ burnettk 2023-04-20 12:05:35 -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
jasquat 2e1620a519
store stacktrace as a json array so we can reverse it when displaying and fixed up display of errors 2023-04-20 08:31:55 -04:00
jasquat 5049f1dc49
some debug stuff 2023-04-20 07:35:39 -04:00
Dan dedd72acf4 don't complain in the CI so much, and go ahead and set dependencies in effect() if it doesn't hurt to do so. 2023-04-19 20:01:34 -04:00
Dan 5956326450 * add a user section to the acceptance tests, this is all that is required to allow the cypress tests to run against the built-in open-id.
* If the interstitial page does not receive any tasks, it should redirect the main home page.  I think this allows all the cypress tests to pass - as the most common moment for this to occur is when an end event has no documentation on it.
2023-04-19 18:46:08 -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
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
Dan bbce7a6e41 Add lock icon 2023-04-18 19:36:45 -04:00
Dan 18f3b34c4a make sure we can properly display lanes. 2023-04-18 19:36:31 -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 47d6ff322d
downgrade rjsf to last v5 beta version since the actual release breaks our usage of oneOf w/ burnettk 2023-04-18 15:19:16 -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 e06ad98021
merged in main and resolved conflicts w/ burnettk 2023-04-18 11:04:44 -04:00
jasquat 1231f2dec2
Merge pull request #215 from sartography/feature/update_carbon_react
updated carbon react to 1.27 for react 18 support and updated all oth…
2023-04-18 10:58:36 -04:00
Madhurya Liyanage fbb3b7296b Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-04-18 19:59:39 +05:30
Madhurya Liyanage dc8da4bba4 Updates to match the PP1 process/UI changes 2023-04-18 19:58:32 +05:30
jasquat 6aac21ebef
updated missing columns on homepage to go to instance page and fixed waiting for me table returning incorrect tasks 2023-04-18 10:27:38 -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 48ed3da06c
updated carbon react to 1.27 for react 18 support and updated all other libraries for it w/ burnettk 2023-04-17 16:25:10 -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 1c30b92d74 Add the new process insterstitial to the frontend. 2023-04-14 15:49:06 -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
jasquat 4b553a85cf
attempting to move filters from instance table to own component 2023-04-14 15:42:01 -04:00
jasquat abd748e0bd
fix cypress tests 2023-04-14 10:00:06 -04:00
jasquat 0aa0698557
Merge remote-tracking branch 'origin/main' into feature/home_page_refactor 2023-04-14 09:20:30 -04:00
Elizabeth Esswein 66aaaa0dd9
Merge pull request #211 from sartography/feature/process-map-enhancements
Feature/process map enhancements
2023-04-13 18:47:04 -04:00
jasquat f2f7438640
stop refreshing homepage if unauthorized w/ burnettk 2023-04-13 17:09:36 -04:00