Commit Graph

330 Commits

Author SHA1 Message Date
Dan 7b4ca1919b Merge branch 'main' into feature/more_launch_buttons_and_dropdowns 2022-11-01 21:24:22 -04:00
Dan 38b23ae4e4 No reason to force _files on there, when this could work for any set of options. 2022-11-01 20:35:29 -04:00
Dan 1e75ff7b53 Standardize all Event Names, and document in README.
Fix the SpiffExtensions so they work consistently with both nested Extension Properties, and as single extensions depending on the namespace.
Add a Spiff Extension Text Area.
Everything that is within the body of tag can be referenced with ".value" -- there was a lot of pointless inconsistency in the moddle json file.
2022-11-01 20:24:28 -04:00
Dan aeeaf1596e DMN selection should be from a dropdown, not by hand entering a process id. 2022-11-01 14:41:21 -04:00
Dan ecb175d727 Add Launch Editor buttons for Json files. (fires 'file.editor.launch', with a fileName) 2022-11-01 10:35:07 -04:00
Dan 999ea7e4c0 better peer dependencies. 2022-10-31 17:12:32 -04:00
jasquat ff9a4fd28f
Merge pull request #22 from sartography/bug/pre_post_script_launch_button
Pre/Post Script Launch
2022-10-31 17:01:22 -04:00
jasquat 1fd817a8f7 no need to pass element back from the calling launch script event w/ burnettk danfunk 2022-10-31 16:50:25 -04:00
Dan 6467e967b8 Adding a Launch Button for Call Activity
Json files are now a selection list, not a text field -- see app.json for usage.
New SpiffExtensionSelect can be used to add select boxes anywhere you want.
2022-10-31 16:20:05 -04:00
Dan fbcda3f672 Specify Peer Dependencies -- as it is likely that embedding this
library will occur within projects that use other bpmn-js components.
2022-10-31 11:41:48 -04:00
Dan 3d77111f92 Hooks, and an example for setting up a Markdown editor for markdown content. 2022-10-29 15:10:17 -04:00
Dan 2cdae0ca6e Display User Instructions for Manual Tasks and End Events as well. 2022-10-29 13:56:37 -04:00
Dan 08c03a4dd4 Removing the dist directory. 2022-10-29 12:27:44 -04:00
Dan 3f2abb73ab fixes a minor bug that prevented the editor from opening if no script was yet entered in the Script Task. 2022-10-29 12:25:44 -04:00
Dan c78afceb37 Allow pre-script and post-script's "Launch Editor" button to work correctly.
use commandStack to update Moddle Properties.
Providing a working example of using a code editor with this library, so it's clear how the integration would work.
Rename titles of various components -- don't call sections "SpiffWorkflow", but maybe we find a way to more gently call out these extensions later on.
2022-10-29 10:36:25 -04:00
burnettk 4ed985f4a2 kill console 2022-10-28 13:51:03 -04:00
Dan fdbad7565c Forgot a test. 2022-10-25 11:25:01 -04:00
Dan a185cce56a * For Correlation Properties, should use messagePath and not formalExpression for the name.
* When all data input and outputs are removed, the ioSpecification should be removed as well
* If an ioSpecification is present, then there shoud be a at least one dataInputset and at least one dataoutputset.
2022-10-24 16:13:11 -04:00
Dan Funk 9c0da02406
Merge pull request #21 from sartography/bug/data_objects
Bug/data objects
2022-10-19 16:12:30 -04:00
Dan 6fe36aeb0e Minor fixes. 2022-10-19 16:12:04 -04:00
Dan d21cb75fb4 Assure we aren't setting the properties on every service task to the same thing. 2022-10-19 15:56:31 -04:00
Dan f28a3f89e4 Deleting any data object reference caused the associated data object to get deleted.
Fixes this so that only if you delete all references, wii the data object be removed.
Also assures that a new data object is not created when adding to a participant in a collaboration (an edge case bug(.
2022-10-19 14:58:52 -04:00
dependabot[bot] d9bf091f2f
Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/v4.1.0/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 04:43:43 +00:00
Dan Funk b3eef6e52c
Merge pull request #19 from sartography/dependabot/github_actions/dependabot/fetch-metadata-1.3.4
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
2022-10-11 10:25:52 -04:00
Dan Funk e7be00a6e1
Merge pull request #18 from sartography/feature/service_result
Allow setting the variable that will contain the result of a service call
2022-10-11 10:25:40 -04:00
Dan Funk 74f64ea024
Merge pull request #17 from sartography/feature/script_unit_tests
Feature/script unit tests
2022-10-11 10:25:14 -04:00
dependabot[bot] e3aa76e051
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 04:45:14 +00:00
burnettk 777e341798 dedup eslint config 2022-10-01 00:09:57 -04:00
burnettk 2db50cb738 minor cleanup 2022-09-30 16:16:16 -04:00
Dan 9de648c5c6 Allow setting the variable that will contain the result of a service call, and add a quick sanity test on the Service Task properties panel. 2022-09-30 12:53:12 -04:00
burnettk 5c91a2d0fd Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-30 10:18:45 -04:00
Kevin Burnett 4e26fc225f
Merge pull request #16 from sartography/feature/avoid-generic-styles
this class is used by bootstrap and has been the thing screwing up our margins
2022-09-30 14:18:07 +00:00
burnettk c0192a2ff3 Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-29 23:23:59 -04:00
Kevin Burnett 77425bca7e
Merge pull request #15 from sartography/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-09-30 03:20:07 +00:00
burnettk 65070fbba0 this class is used by bootstrap and has been the thing screwing up our margins 2022-09-29 23:19:04 -04:00
jasquat 19cc2e3961 fixes to add and update script unit tests w/ burnettk 2022-09-27 17:40:12 -04:00
jasquat 28eccc0d00 merged in main and resolved conflicts w/ burnettk 2022-09-27 10:31:45 -04:00
Dan dd34b6182b Undoing mistakes from yesterday and today. 2022-09-23 14:32:25 -04:00
Dan d804a48f96 Revert "clean up git."
This reverts commit e21aa6fe54.
2022-09-23 14:28:56 -04:00
Dan 749e5bdc11 Revert "Fixing a bad package file."
This reverts commit a9ba008788.
2022-09-23 14:28:49 -04:00
Dan 84d071e912 Revert "fix publish action."
This reverts commit dc1d381c31.
2022-09-23 14:28:42 -04:00
Dan e3edeb3e2f Revert "Bumping version."
This reverts commit d5b0a91d52.
2022-09-23 14:28:31 -04:00
Dan d5b0a91d52 Bumping version. 2022-09-22 11:09:35 -04:00
Dan dc1d381c31 fix publish action. 2022-09-22 11:06:27 -04:00
Dan a9ba008788 Fixing a bad package file. 2022-09-22 10:45:19 -04:00
Dan e21aa6fe54 clean up git. 2022-09-22 10:36:31 -04:00
Dan 3fc09c271d Clean up dependencies, and assure build / package process creates something that is easy to import and use. 2022-09-22 10:36:00 -04:00
Dan bd9d530a50 prep for release. 2022-09-21 13:44:10 -04:00
Dan a2824cb8ec A little more clean up of code and examples. 2022-09-21 09:10:34 -04:00
Dan 00c9b7638a Moving file operations into a seperate javscript file to help clean up the example. 2022-09-20 16:18:59 -04:00