Commit Graph

  • b285696872 fixing a bug in SpiffScript Group Dan 2022-11-02 14:08:44 -0400
  • e12e27ed5f fixing a bug in SpiffScript Group Dan 2022-11-02 12:40:47 -0400
  • 7b4ca1919b Merge branch 'main' into feature/more_launch_buttons_and_dropdowns Dan 2022-11-01 21:24:22 -0400
  • 38b23ae4e4 No reason to force _files on there, when this could work for any set of options. Dan 2022-11-01 20:35:29 -0400
  • 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. Dan 2022-11-01 20:24:28 -0400
  • aeeaf1596e DMN selection should be from a dropdown, not by hand entering a process id. Dan 2022-11-01 14:41:21 -0400
  • ecb175d727 Add Launch Editor buttons for Json files. (fires 'file.editor.launch', with a fileName) Dan 2022-11-01 10:35:07 -0400
  • 999ea7e4c0 better peer dependencies. Dan 2022-10-31 17:12:32 -0400
  • ff9a4fd28f
    Merge pull request #22 from sartography/bug/pre_post_script_launch_button jasquat 2022-10-31 17:01:22 -0400
  • 1fd817a8f7 no need to pass element back from the calling launch script event w/ burnettk danfunk jasquat 2022-10-31 16:50:25 -0400
  • 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. Dan 2022-10-31 16:20:05 -0400
  • fbcda3f672 Specify Peer Dependencies -- as it is likely that embedding this library will occur within projects that use other bpmn-js components. Dan 2022-10-31 11:41:48 -0400
  • 3d77111f92 Hooks, and an example for setting up a Markdown editor for markdown content. Dan 2022-10-29 15:10:17 -0400
  • 2cdae0ca6e Display User Instructions for Manual Tasks and End Events as well. Dan 2022-10-29 13:56:37 -0400
  • 08c03a4dd4 Removing the dist directory. Dan 2022-10-29 12:27:44 -0400
  • 3f2abb73ab fixes a minor bug that prevented the editor from opening if no script was yet entered in the Script Task. Dan 2022-10-29 12:25:44 -0400
  • 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. Dan 2022-10-29 10:36:25 -0400
  • 4ed985f4a2 kill console burnettk 2022-10-28 13:51:03 -0400
  • fdbad7565c Forgot a test. Dan 2022-10-25 11:25:01 -0400
  • 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. Dan 2022-10-24 16:13:11 -0400
  • 9c0da02406
    Merge pull request #21 from sartography/bug/data_objects Dan Funk 2022-10-19 16:12:30 -0400
  • 6fe36aeb0e Minor fixes. bug/data_objects Dan 2022-10-19 16:12:04 -0400
  • d21cb75fb4 Assure we aren't setting the properties on every service task to the same thing. Dan 2022-10-19 15:56:31 -0400
  • 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(. Dan 2022-10-19 14:58:52 -0400
  • d9bf091f2f
    Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 dependabot[bot] 2022-10-19 04:43:43 +0000
  • b3eef6e52c
    Merge pull request #19 from sartography/dependabot/github_actions/dependabot/fetch-metadata-1.3.4 Dan Funk 2022-10-11 10:25:52 -0400
  • e7be00a6e1
    Merge pull request #18 from sartography/feature/service_result Dan Funk 2022-10-11 10:25:40 -0400
  • 74f64ea024
    Merge pull request #17 from sartography/feature/script_unit_tests Dan Funk 2022-10-11 10:25:14 -0400
  • e3aa76e051
    Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 dependabot[bot] 2022-10-03 04:45:14 +0000
  • 777e341798 dedup eslint config burnettk 2022-10-01 00:09:57 -0400
  • 2db50cb738 minor cleanup burnettk 2022-09-30 16:16:16 -0400
  • 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. Dan 2022-09-30 12:52:57 -0400
  • 5c91a2d0fd Merge remote-tracking branch 'origin/main' into feature/script_unit_tests burnettk 2022-09-30 10:18:45 -0400
  • 4e26fc225f
    Merge pull request #16 from sartography/feature/avoid-generic-styles Kevin Burnett 2022-09-30 14:18:07 +0000
  • c0192a2ff3 Merge remote-tracking branch 'origin/main' into feature/script_unit_tests burnettk 2022-09-29 23:23:59 -0400
  • 77425bca7e
    Merge pull request #15 from sartography/dependabot/github_actions/actions/checkout-3 Kevin Burnett 2022-09-30 03:20:07 +0000
  • 65070fbba0 this class is used by bootstrap and has been the thing screwing up our margins burnettk 2022-09-29 23:19:04 -0400
  • 19cc2e3961 fixes to add and update script unit tests w/ burnettk jasquat 2022-09-27 17:40:12 -0400
  • 28eccc0d00 merged in main and resolved conflicts w/ burnettk jasquat 2022-09-27 10:31:45 -0400
  • dd34b6182b Undoing mistakes from yesterday and today. Dan 2022-09-23 14:32:25 -0400
  • d804a48f96 Revert "clean up git." Dan 2022-09-23 14:28:56 -0400
  • 749e5bdc11 Revert "Fixing a bad package file." Dan 2022-09-23 14:28:49 -0400
  • 84d071e912 Revert "fix publish action." Dan 2022-09-23 14:28:42 -0400
  • e3edeb3e2f Revert "Bumping version." Dan 2022-09-23 14:28:31 -0400
  • 1514aa00c3 Clean up dependencies, and assure build / package process creates something that is easy to import and use. bug/packaging Dan 2022-09-22 17:04:01 -0400
  • d5b0a91d52 Bumping version. Dan 2022-09-22 11:09:35 -0400
  • dc1d381c31 fix publish action. Dan 2022-09-22 11:06:27 -0400
  • a9ba008788 Fixing a bad package file. Dan 2022-09-22 10:45:19 -0400
  • e21aa6fe54 clean up git. Dan 2022-09-22 10:36:31 -0400
  • 3fc09c271d Clean up dependencies, and assure build / package process creates something that is easy to import and use. Dan 2022-09-22 10:36:00 -0400
  • bd9d530a50 prep for release. Dan 2022-09-21 13:44:10 -0400
  • a2824cb8ec A little more clean up of code and examples. Dan 2022-09-21 09:10:34 -0400
  • 00c9b7638a Moving file operations into a seperate javscript file to help clean up the example. Dan 2022-09-20 16:18:59 -0400
  • cfb2badc72 remove all related messageRefs when removing a message jasquat 2022-09-20 09:35:58 -0400
  • e7b08a13de update script task naming burnettk 2022-09-19 14:34:10 -0400
  • f65ee39133 update bpmn script task burnettk 2022-09-19 14:27:14 -0400
  • 4ce085017d Merge remote-tracking branch 'origin/main' into feature/script_unit_tests burnettk 2022-09-19 14:05:18 -0400
  • 1f86a459eb show placeholder help message if no correlation keys exist when editing a property w/ burnettk jasquat 2022-09-19 11:17:56 -0400
  • 5b155c040f update the prop panel when selecting a correlation key for a property w/ burnettk jasquat 2022-09-19 11:04:30 -0400
  • 4b377a80aa started adding tests jasquat 2022-09-15 14:00:47 -0400
  • 9926fb900f unit tests can be added and deleted from script tasks w/ burnettk jasquat 2022-09-12 17:14:26 -0400
  • 58e3e7c158 some initial work to support script unit tests w/ burnettk jasquat 2022-09-12 15:31:01 -0400
  • a9196834ff some minor cleanup w/ burnettk cullerton jasquat 2022-09-08 16:23:06 -0400
  • 6522963d4f
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-09-08 05:10:09 +0000
  • 9ed5224db1 added a test simple palette w/ burnettk feature/simple_palette jasquat 2022-09-07 17:18:16 -0400
  • c4f46a4d52 added support for call activities w/ burnettk cullerton jasquat 2022-09-06 15:43:04 -0400
  • 44e3680df8 fixing tests. Dan 2022-09-06 13:06:11 -0400
  • 1b7973ade5 fixed setting updating message properties and removed service_tasks since that is handled as an extension now jasquat 2022-09-02 14:35:21 -0400
  • 4e68e61781 added ability to add instructions to manual task w/ burnettk jasquat 2022-09-01 17:34:32 -0400
  • 8fc6cdbbf8
    Merge pull request #14 from sartography/feature/service_tasks jasquat 2022-09-01 14:19:40 -0400
  • e17c9c8d01 sort service task lists w/ burnettk jasquat 2022-08-31 17:10:58 -0400
  • 7ea8891f5c use id instead of name for service task parameters w/ burnettk jasquat 2022-08-31 12:41:49 -0400
  • 70d7ae8491 store the service task parameter values so we can remember when switching between operators w/ burnettk jasquat 2022-08-31 12:23:53 -0400
  • f89104742b a little refactor for service tasks w/ burnettk jasquat 2022-08-31 12:06:53 -0400
  • 8407ead54b we can add service operator from scratch as well w/ burnettk jasquat 2022-08-31 11:55:01 -0400
  • 2f04b9a172 we can update the service task operator w/ burnettk jasquat 2022-08-31 11:51:27 -0400
  • 0208ee7dfb we can modify the service task parameter value w/ burnettk jasquat 2022-08-31 11:05:27 -0400
  • d3598f39da call the group items from the serve properties file w/ burnettk jasquat 2022-08-30 17:31:52 -0400
  • bdeb584485 some support to communicate service tasks with the app using the event bus w/ burnettk jasquat 2022-08-30 17:04:31 -0400
  • 882f5b6472 some cleanup of the tests w/ burnettk jasquat 2022-08-30 14:31:50 -0400
  • 2a15c5e004 use index in property names and not a value that could change to avoid losing focus when typing jasquat 2022-08-26 08:57:35 -0400
  • b61d5098dc
    Merge pull request #13 from sartography/feature/gateway_condition_expressions jasquat 2022-08-25 12:45:43 -0400
  • 5ac68f8e52 we can add and update condition expressions w/ burnettk jbirddog jasquat 2022-08-25 12:45:08 -0400
  • ca2cd90e70 Merge remote-tracking branch 'origin/main' into feature/gateway_condition_expressions jasquat 2022-08-25 12:25:21 -0400
  • c6d4d300c3 do not show properties in dropdown that are already associated with the message w/ burnettk jbirddog jasquat 2022-08-25 12:19:19 -0400
  • aa866412d8 we can add and remove properties from messages w/ burnettk jasquat 2022-08-25 11:23:05 -0400
  • 880fdf75ce simplify one-liner burnettk 2022-08-24 22:29:24 -0400
  • fcd6bd8638 we can select a property for message w/ burnettk cullerton jasquat 2022-08-24 18:17:03 -0400
  • cab4fb10fc we can remove correlation properties w/ burnettk cullerton jasquat 2022-08-24 17:33:04 -0400
  • 60e515f868 we can add correlation properties w/ burnettk cullerton jasquat 2022-08-24 17:27:49 -0400
  • 22cb81feee allow assigning keys to properties w/ burnettk cullerton jasquat 2022-08-24 15:59:08 -0400
  • a6cb4e2aaa we can remove correlation keys w/ burnettk cullerton jasquat 2022-08-24 12:38:47 -0400
  • 51aa461a04 we can delete messages w/ burnettk cullerton jasquat 2022-08-24 12:22:41 -0400
  • feb1d64a5a added ability to create new messages w/ burnettk cullerton jasquat 2022-08-24 12:04:47 -0400
  • 5ecb49e9f5 some initial work to support adding condition expressions to gateway jasquat 2022-08-24 09:33:06 -0400
  • 8c64db1112
    Merge pull request #12 from sartography/feature/messages jasquat 2022-08-23 16:44:50 -0400
  • 125f4c2716 merged in main and resolved conflicts w/ burnettk cullerton jasquat 2022-08-23 16:44:20 -0400
  • b6bca44c95
    Merge pull request #11 from sartography/feature/use-xml-element-body-for-business-rule-task Kevin Burnett 2022-08-23 18:06:41 +0000
  • c242f687f1 update name based on feedback burnettk 2022-08-23 14:06:12 -0400
  • 9afa58257f use xml element body rather than attribute for business rule task since that is more conventional burnettk 2022-08-22 18:31:35 -0400