Commit Graph

2499 Commits

Author SHA1 Message Date
jasquat 81de98176c
set process instance status to error if it cannot be initialized properly w/ burnettk 2023-04-07 14:13:04 -04:00
Kevin Burnett c491dd104b
Merge pull request #207 from sartography/fix/oauth-error-logging
backend: log oauth payload on invalid_token error
2023-04-07 16:52:28 +00:00
Jakub Sokołowski 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
burnettk 79c0366cc7 Squashed 'bpmn-js-spiffworkflow/' changes from 6391337a8..24a71ec5e
24a71ec5e do not update element properties if we do not need to since it can cause a change event w/ burnettk

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: 24a71ec5e2cbbefce58be4b4610151db4a55a8e1
2023-04-07 12:06:49 -04:00
burnettk a6064fa070
Merge commit '79c0366cc71e00edc21f341a6d0eb70c55374d6b' 2023-04-07 12:06:49 -04:00
jasquat a1b2eb8ada
updated bpmn-js-spiffworkflow for on change fix w/ burnettk 2023-04-07 12:03:01 -04:00
burnettk 39e3ef5256
Merge commit 'efa85013353f404e3190ea7a1b430a7e0bcd56b7' 2023-04-07 11:58:22 -04:00
burnettk efa8501335 Squashed 'connector-proxy-demo/' changes from b6964e11a..25b751e82
25b751e82 select intiator in filters when you don't have permission to search users.

git-subtree-dir: connector-proxy-demo
git-subtree-split: 25b751e82ae640b316c5f307bbd882fa90e0c829
2023-04-07 11:58:22 -04:00
burnettk c6a258972c
Merge commit '1faf3705c81f91edde528ba5b857626a24fc05db' 2023-04-07 11:46:19 -04:00
burnettk 1faf3705c8 Squashed 'connector-proxy-demo/' changes from 4b0a7daa8..b6964e11a
b6964e11a update the lock file on the connector proxy to handle a bug fix on the http-connector

git-subtree-dir: connector-proxy-demo
git-subtree-split: b6964e11a693a39548081a0c0192cb7eca36d7bb
2023-04-07 11:46:19 -04:00
burnettk a5ebbe24fd Squashed 'bpmn-js-spiffworkflow/' changes from c4843c17b..6391337a8
6391337a8 Fix for lanes that doesn't break the world.
5f849c690 Revert "Revert "Fix bug with Data Object Interceptor picking up too much.""
1fa1f8741 Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow into main
76e6ac22f Revert "Fix bug with Data Object Interceptor picking up too much." Seems to be preventing someone from saving the file. This reverts commit c807dbcb2c1c2a30a1c8e20851c60082d46eddeb.
2822ba164 Merge pull request #25 from sartography/dependabot/github_actions/dependabot/fetch-metadata-1.3.6
9ee6d378f Merge pull request #20 from sartography/dependabot/github_actions/crazy-max/ghaction-github-labeler-4.1.0
c807dbcb2 Fix bug with Data Object Interceptor picking up too much. don't look for the color picker right now. clean up the css
82260144f Merge branch 'feature/inherited-data-objects' into main
0f7253032 remove ununsed code, and alter correlation properties such that the id and name are always set to the same thing.
1178d2fb7 Bump dependabot/fetch-metadata from 1.3.4 to 1.3.6
d9bf091f2 Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: 6391337a86a6342fcfcfcd3e57d39cb61c7af668
2023-04-07 11:46:18 -04:00
burnettk 29816f6b3c
Merge commit 'a5ebbe24fd84816f1ec1512518dda2740aa2b76f' 2023-04-07 11:46:18 -04:00
burnettk d581ac9b22 Squashed 'SpiffWorkflow/' changes from bee868d38..96ad2a2b0
96ad2a2b0 Merge pull request #311 from sartography/feature/error-message-on-bad-child-task
3fb69038d Merge remote-tracking branch 'origin/main' into feature/error-message-on-bad-child-task
df703ebb8 Merge remote-tracking branch 'origin/feature/add_task_not_found_error'
d6e244bcf also raise TaskNotFoundException from bpmn workflow w/ burnettk
37d7ae679 Merge pull request #310 from sartography/feature/add_task_not_found_error
7f4d38ce2 give us a better error if for some reason a task does not exist
b98efbd20 added an exception for task not found w/ burnettk
e1add839d Merge pull request #308 from sartography/bugfix/execute-event-gateways-on-ready
964c0231a do not predict tasks when deserializing, add method to predict all unfinished tasks
114f87aa9 update event gateway
62454c99c Merge pull request #307 from sartography/feature/standardize-task-execution
a087d29ea update task_spec._run to return a boolean & misc cleanup
9864d753d reenable recursion test
1bb1246a0 rename methods & move ready_before tasks from run to ready
12ce08519 move event task execution to run
d51bb68eb cleanup predictions
5e05458a3 make all tasks execute when run rather than completed (except bpmn events)
273d7b325 create a run method for tasks
3c3345c85 Merge pull request #306 from sartography/feature/create-core-test-package
ed85547d7 hopefully fix CI job, also update some deprecated assertions
80d68c231 cleanup around finding tasks
ea5ffff41 create tests based on individual patterns
afe41fba1 move core tests into one package
c075d52bc remove locks from task spec -- they don't do anything
d78c7cc04 reorganize so that related methods are near each other
f162aac43 Merge pull request #305 from sartography/feature/remove-loop-reset
6cad29817 'fix' old serializer to remove loop resets -- or at least get the tests to pass
a95d2fc12 add serialization migration that removes loop resets
c076175c8 account for DST in timers
42b483054 Merge pull request #303 from sartography/bugfix/execute-tasks-on-ready
2bb08aae1 update script/service tasks to execute on ready
0bd23a0ab fix scripts in business rule tasks
13034aaf1 prevent loop reset tasks from being inserted
3fb80518d update join execution model

git-subtree-dir: SpiffWorkflow
git-subtree-split: 96ad2a2b060deb445c39374f065690023351de19
2023-04-07 11:46:14 -04:00
burnettk 579f807fef
Merge commit 'd581ac9b226bd03a735786b4c764915a169e17fa' 2023-04-07 11:46:14 -04:00
burnettk 807c74dc5d
remove unreferenced permissions files 2023-04-07 11:12:31 -04:00
burnettk 26bf63c52e
get rid of a lot of cruft in config files, w/ jason 2023-04-07 11:11:23 -04:00
burnettk 5a55bfac46
get in line with new wording 2023-04-06 18:01:23 -04:00
jasquat 4d9ea03a8f
give a better error message with unknown workflow exceptions w/ burnettk 2023-04-06 16:00:54 -04:00
jasquat a47a00bd7f
a couple minor fixes w/ burnettk 2023-04-06 15:45:16 -04:00
jasquat 98b30d4a34
delete tasks that do not have an end time when restting a process instance 2023-04-06 14:10:51 -04:00
jasquat 6036f8241f
updated pilot tests w/ burnettk 2023-04-06 12:06:05 -04:00
jasquat cff8b61a88
Merge pull request #206 from sartography/feature/store_boundary_events_properly
Feature/store boundary events properly
2023-04-06 11:43:01 -04:00
jasquat dc0428cf9a
moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk 2023-04-06 11:42:24 -04:00
jasquat 5ca0452588
Merge remote-tracking branch 'origin/main' into feature/store_boundary_events_properly 2023-04-06 11:28:31 -04:00
jasquat 3ad06df13f
Merge remote-tracking branch 'origin/main' into feature/store_boundary_events_properly 2023-04-06 11:23:11 -04:00
jasquat 5468193a41
removed unnecessary comments w/ burnettk 2023-04-06 11:03:45 -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
Madhurya Liyanage 4ea90e5084 Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-04-06 20:17:13 +05:30
jasquat e16f40d13e
updated common task save test to check for boundary event explicitly 2023-04-06 10:36:34 -04:00
Madhurya Liyanage 09b305543b Added cypress-file-upload 2023-04-06 20:01:54 +05:30
Madhurya Liyanage 15ebf16fe5 Updated the button click to support when there are multiple processes for the user 2023-04-06 20:01:24 +05:30
jasquat 0a97239079
backend tests are passing with less optimized way 2023-04-06 10:30:18 -04:00
Madhurya Liyanage 512948eb4b File upload fixtures 2023-04-06 20:00:02 +05:30
Madhurya Liyanage 54c6aacde6 PP1 Version 1 users 2023-04-06 19:59:15 +05:30
Madhurya Liyanage 09b013cc90 PP1 Version 1 test scripts 2023-04-06 19:58:24 +05:30
burnettk 21819642ce
example curl for message start event 2023-04-05 20:20:08 -04:00
jasquat fa7c4b81e6
WIP - some tests are now passing and some are failing w/ burnettk 2023-04-05 17:23:07 -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 c11e71dd02
WIP - not getting a keyerror with an escalation boundary event now w/ burnettk 2023-04-05 14:22:37 -04:00
Dan aa0a4680af Merge branch 'main' of github.com:sartography/spiff-arena into main 2023-04-05 11:14:35 -04:00
Dan b6b3662aa8 Fix for lanes in bpmn-js 2023-04-05 11:14: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
Dan 9514f84fe1 revert recent updates to bpmn-js 2023-04-04 17:18:11 -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
Dan 4bd63bac78 Fixing lane error in the spiff-bpmn-io library 2023-04-04 14:47:33 -04:00
jasquat 38ed73cbc4
Merge remote-tracking branch 'origin/main' into feature/bypass_checks_for_save_as_draft 2023-04-04 09:14:06 -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
burnettk 9416bb3e68
update pp1 test 2023-04-04 01:17:02 -04:00
jasquat 6ca122e539
Merge pull request #202 from sartography/feature/fix_process_instance_rewind_two
Feature/fix process instance rewind two
2023-04-03 13:47:39 -04:00