common-workflow-service
common-workflow-service copied to clipboard
Upgrades Bootstrap to v5.3 (latest), Jquery to 3.7.1 (latest). Replaces left-hand menu with icons and tooltips. Moves icon set to Stellar from Glyphicon due to the latter no longer having...
The current Github Actions compile and build CWS, and then run that code against a docker ES and MariaDb. There is currently no Action that builds the CWS Docker image,...
Ceiling of number of RUNNING processes in total on a worker. The purpose would be to have a predictable limit/cap on the CPU and/or memory usage on a worker, at...
Users want to keep their existing database data, when upgrading. Currently, configure.sh will blow away data. There needs to be a distinction between "install" vs. "upgrade" in the script.
Ceiling of "weight" (CPU/RAM) of processes on a worker. BPMNs would be given a "weight" ahead of time, by a human. This could be determined by experimentation and testing of...
1. `elasticsearch_host` seems to now require a protocol prefix, but this change isnt documented anywhere, the sample props still have `elasticsearch_host=[YourElasticsearchHost]` 2. #80 Doesn't actually catch the missing prefix as...
The working theory is that the HistoryCleanup Daemon might be trying to cleanup the process engine that doesn't house records. There are two applicationContexts: cws-ui: ``` ``` cws-engine: ``` ```...
After our initial configures failed due to #86 I updated the props passed to configure to have the https:// prefix, but the configure still fails, and then it also reverts...
Add a retry button to allow failed processes to be retried. Add a new retry status. Retry button will clone row of failed process in cws_sched_worker_proc_inst, null out all its...
We have a singleton process (only enabled on 1 worker, and limit is 1), but we are occasionally seeing 2 concurrent runs of that process. It seems like this problem...