Dan
0e81861444
Don't create a processor for every thing all the time.
2022-11-25 15:35:24 -05:00
Kevin Burnett
f28b3df552
Merge pull request #63 from sartography/task_json
...
Only save tasks portion of the bpmn_json with each spiff_step
2022-11-25 15:34:19 -05:00
Dan
a118039f40
Merge branch 'main' of github.com:sartography/spiff-arena into main
2022-11-25 15:23:15 -05:00
Dan
83328eef93
allow disabling the permission check for the Create New Instance page to improve performance.
2022-11-25 15:23:08 -05:00
Jon Herron
ead36ccc4b
Getting ./bin/pyl to pass
2022-11-25 15:19:10 -05:00
Jon Herron
61faf6b259
Merge branch 'main' into task_json
2022-11-25 15:08:37 -05:00
Jon Herron
f5b1b8c8d8
Just save task_json
2022-11-25 15:05:17 -05:00
burnettk
1e8636c2c4
no global read since that gives configuration as well
2022-11-25 14:37:50 -05:00
burnettk
fa5c7127b5
do not allow starting vendor invoice approval process for demo users
2022-11-25 13:32:44 -05:00
Dan
0fcf2da52a
Change permissions per request -- want everyone to have access to 4 process models.
2022-11-25 13:31:17 -05:00
Dan
b3e6da9ec3
Change permissions per request -- want everyone to have access to 4 process models.
2022-11-25 13:31:01 -05:00
Dan
d580315047
Merge branch 'main' of github.com:sartography/spiff-arena into main
2022-11-25 12:57:34 -05:00
Dan
843f844e56
Change permissions changed from vendor to core-contributor for everyone.
2022-11-25 12:57:23 -05:00
burnettk
ab8a6d7719
upgrade keycloak
2022-11-25 12:49:41 -05:00
Dan
b12fb44f78
Merge branch 'main' of github.com:sartography/spiff-arena into main
2022-11-25 12:28:16 -05:00
Dan
453a782d58
"Continue" rather than "Submit" when displaying manual tasks.
2022-11-25 12:28:08 -05:00
burnettk
02e78bb8c3
Processes you can start is now: Processes I can start
2022-11-25 12:25:37 -05:00
burnettk
b571ba0d88
lint
2022-11-25 12:10:42 -05:00
Dan
43d46c5251
Auto Reload the Process Lists on the home pages' in-progress, and complete tabs
2022-11-25 11:56:37 -05:00
Dan
7a926c690e
update bpmn-js-spiffworkflow with better data-object handling
2022-11-25 11:56:03 -05:00
Dan
61ec0549bc
Clean up css for the filter icon
2022-11-25 11:55:37 -05:00
Dan
82631e75d6
Merge commit '4f6ebd392a94d3f9bf6b0d225d7a5cb20d546e40' into main
2022-11-25 11:07:59 -05:00
Dan
4f6ebd392a
Squashed 'bpmn-js-spiffworkflow/' changes from e92f48d..aca23dc
...
aca23dc Fixes several bugs in the editor related to Data Objects: 1) Correctly position the label on new data objects 2) When a Data Object is removed, remove all its references as well. 3) Avoid duplicate names showing up in the Data Objects list. 4) Allow non-words in data object names.
05660e9 Per bug list we went over today, fixing a deep irritation with data object renaming, hopefully this feels better.
git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: aca23dc56e5d37aa1ed0a3cf11acb55f76a36da7
2022-11-25 11:07:59 -05:00
Dan
ca28590fee
Merge commit 'a3e8bcbd655cd3a3f57d9996b6894a23c2d00202' into main
2022-11-25 11:07:31 -05:00
Dan
a3e8bcbd65
Squashed 'SpiffWorkflow/' changes from 46f410a28..46d3de27f
...
46d3de27f Merge pull request #267 from sartography/feature/dmn_collect_policy
2d5ca32d5 Support for the "COLLECT" hit policy. * DecisionTable constructor now expects a third argument (the HitPolicy) * DMNParser now checks for a hitPolicy attribute, but defaults ot "UNIQUE" as Camunda doesn't put another in there if Unique is selected. * DecisionTable deserializer will default to a hitPolicy of "UNIQUE" if not value is in the Json.
git-subtree-dir: SpiffWorkflow
git-subtree-split: 46d3de27ffbcaf60025f09d1cf04fcc7ee98658a
2022-11-25 11:07:31 -05:00
burnettk
29a2140c14
update wording per harmeet: Tasks for my open processes is now My open instances
2022-11-25 10:58:40 -05:00
burnettk
6a32e5174e
heading for instances on model show page, move instances below files, add margins
2022-11-25 10:56:44 -05:00
burnettk
3023c52a2b
display name instead of id, margin under table sections, Download xml to Download
2022-11-25 10:23:00 -05:00
burnettk
f3dcb0a6a2
lint
2022-11-25 02:55:52 -05:00
burnettk
1d68702d35
do not mislead user about being able to edit and clean up time in words
2022-11-25 02:53:20 -05:00
burnettk
f4d40a72dc
auto refresh tasks waiting for my groups on homepage
2022-11-25 02:34:25 -05:00
burnettk
2cdd0d0259
time ago in words for in progress tab per harmeet feedback
2022-11-25 02:29:49 -05:00
burnettk
c59abc961e
exclude instances you started in with_tasks_completed_by_me
2022-11-25 01:57:51 -05:00
burnettk
b4fc11059b
put id before process like completed tab and add title text to explain what is happening
2022-11-25 01:04:30 -05:00
burnettk
fa92943317
lint
2022-11-25 00:46:43 -05:00
burnettk
90ab56b93a
in completed tab, show display name, and filter by all stopped statuses rather than just complete
2022-11-25 00:44:06 -05:00
burnettk
cb8c7cd0f9
use process model display name rather than id for completed instances tab
2022-11-25 00:30:01 -05:00
burnettk
1711837e88
tests passing
2022-11-25 00:08:38 -05:00
burnettk
5b73c4ddb0
gotta fix usage of is_model
2022-11-24 16:28:10 -05:00
burnettk
444b55a503
working on tests
2022-11-24 13:01:53 -05:00
burnettk
b761a36d62
oh my god why were these ever instance methods
2022-11-24 12:38:41 -05:00
burnettk
2c751a7825
remove column
2022-11-24 12:28:53 -05:00
burnettk
2eb3ef6aa3
renames
2022-11-24 12:00:26 -05:00
burnettk
bfae6ac63d
start adding display name and removing garbage
2022-11-24 11:51:31 -05:00
burnettk
eb0ea547ed
left align files section with Start button per harmeet feedback
2022-11-24 11:06:11 -05:00
burnettk
6643e9b711
add fin1, lead1, and Tasks actioned by me to Tasks completed by me
2022-11-24 10:38:25 -05:00
burnettk
a725d982fc
improve wording
2022-11-23 19:03:00 -05:00
burnettk
b5fc5428c0
consistency is key
2022-11-23 18:58:10 -05:00
burnettk
7efccc2a68
remove View label next to process instance id
2022-11-23 18:57:05 -05:00
burnettk
d2275101a0
ui feedback
2022-11-23 18:54:25 -05:00