Commit Graph

116 Commits

Author SHA1 Message Date
Ayoub Ait Lachgar 020de78f82
In and Out Variables for Tasks (#84)
* INIT

* Input Group

* Output group and CSS Alignments

* Add unit tests

* fix typing issue
2024-06-26 07:42:20 -07:00
Ayoub Ait Lachgar 285d154ebe
Fix/retrivial expression refactoring and other findings (#102)
* Modify AddMessageEvent from Array to String

* Merge Retrivial expression commit
2024-06-18 14:31:59 -04:00
Kevin Burnett ee86b31cd7
Feature/spiff message branch (#100)
* Add new props from editor

* Fix receive message

* Handle no messages found

* remove debounce

* Spiff message : Custom MultiSelect Input

* Add event for open json schema editor

* Get Schemas Ids - Mock API

* Implement MessageJsonSchemaSelect

* Lint

* Refactoring

* Add some missing dependencies

* Branch Refactoring

* Fix broken tests

clear extensions element on change message selected

Fix Send Task

Add Is Matching Correlation enabled

Add Variable condition

Move variable

Move Payload

List correlation props based on element

AddMatching condition Array

Branch Refactoring

* Adding spiffworkflow namespace

* Handle message APIs

* hooking message button to post and listen to the event bus.

* Fix Message Editor Button Labeling

* load files with jsx as jsx w/ burnettk

* updates to work with vite in the frontend w/ burnettk

* Add Correlation Key

* fix automatic deletion of messages&&correlationProps

* Hide message on process level

* Sync Messages and correlations on DeleteEvent

* Fix deletion of correlation properties

* Message Payload issue

* Fix payload for message events

* Fix matching condition

* fix matching condition - css issue

* Fire add new message event

* Fix AddMessage event

* Fix AddMessage event

* Fix/message tests - duplicated correlations keys (#99)

* Append correlation Properties in Launch editor event

* Not allow two parent correlation keys

* Fix Message tests #1

* fix broken tests

* Add unit test for add message event

* some updates while reviewing w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>

---------

Co-authored-by: Ayoub Ait Lachgar <44379029+theaubmov@users.noreply.github.com>
Co-authored-by: Ayoub ait lachgar <ayoubaitlachgar98@gmail.com>
Co-authored-by: Dan Funk <daniel.h.funk@gmail.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-06-10 12:00:11 -04:00
jasquat cd1cf60376
remove-ext-opt-cache (#83)
* do not cache the spiff extension select options - let the caller do that if desired w/ burnettk

* fixed borken tests w/ burnettk

* also turn off event listening in other test files w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-04-08 16:05:24 -04:00
Ayoub Ait Lachgar 160f6dfecd
Update DataStoreRefLabel on selecting data store (#67) 2024-02-07 07:06:09 -08:00
Ayoub Ait Lachgar f91df9426f
Add Data store module 2024-02-05 15:26:44 -05:00
burnettk 2bb11c33bb
make main look like bd16223ccf 2024-02-05 15:24:46 -05:00
Ayoub Ait Lachgar f9d60b5e77 Completed 2024-02-02 16:44:41 +01:00
theaubmov b535947f1d Properties Panel Commits 2024-01-03 08:25:51 +01:00
jasquat 1816c7f088
fixed tests w/ burnettk 2023-12-06 15:07:45 -05:00
Dan Funk b00abf00c1
Merge pull request #57 from sartography/feature/dataObject-naming-with-dataState
DataObject reference Name Enhanced with dataState
2023-12-05 13:21:20 -05:00
theaubmov 3b4f06b8c3 Switch from TextField to textAreaFieal 2023-12-03 20:50:25 +01:00
theaubmov ec81cfa0bf Done with basic unic testing 2023-12-03 12:25:51 +01:00
theaubmov 9c1d9afac8 Implement new tests 2023-12-03 12:22:26 +01:00
theaubmov 123037d8ee Before implementing new tests 2023-12-02 23:04:31 +01:00
theaubmov 511a9c9c31 Done with Fixing Broken Tests 2023-12-02 18:53:23 +01:00
theaubmov 37e71bdef2 Handle Broken Tests 5 2023-12-02 18:44:01 +01:00
theaubmov 7aa03cd39c Handle Broken Test 4 2023-12-02 18:40:49 +01:00
theaubmov 80dcc92d2f Handle Broken Tests 3 2023-12-02 18:05:31 +01:00
theaubmov d3a1f38258 Handle Broken Tests 2 2023-12-02 17:25:59 +01:00
theaubmov e598f86fe3 Broken Tests 2023-12-02 17:15:07 +01:00
theaubmov 2778c764f3 Last 2023-11-25 15:49:40 +01:00
theaubmov cd6546d3e3 Add bpmn:dataStore in the level of process definition 2023-11-22 11:44:09 +01:00
theaubmov 71cf495df1 Implement Tests 2023-11-16 16:21:46 +01:00
Elizabeth Esswein 4d160b8cbf display condition panel for conditional events and inclusive gateway sources 2023-09-28 14:19:40 -04:00
Dan Funk 9a5c333dee
Merge pull request #46 from sartography/feature/better_form_nav
Assume established naming conventions over requiring a form schema an…
2023-09-07 16:55:59 -04:00
danfunk 094c573e03 fixing a test. 2023-09-07 16:29:22 -04:00
danfunk 5fcb47125a Assume established naming conventions over requiring a form schema and ui schema each time as separate inputs. Making this one dropdown for the user form instead of two.
Assure there is always an empty option in the dropdown list, so people have
the ability to re-select nothing if they choose to do so.

Provide a way to override the default behavior when a response is provided back to a generic launch button.
2023-09-06 17:38:38 -04:00
Elizabeth Esswein 7743372d29 update iospec to include refs in input/output sets 2023-09-01 17:04:18 -04:00
Elizabeth Esswein c625980c55 update extension names 2023-08-30 13:45:06 -04:00
danfunk 66a26cc85e does adding a new check prevent an error that only seems to happen whenthe frontend is engaged 2023-08-04 14:16:40 -04:00
danfunk f40cecc05e * Assure that Data object in pools can be changed to reference other data objects within the same pool.
* In the runnable demo, add the keyboard bindings to copy/paste/delete etc... work.
* Added a test for data objects in pools.
2023-06-28 15:43:16 -04:00
Elizabeth Esswein ada919e59d add a few tests on data object visibility 2023-03-03 13:06:58 -05:00
Dan 05660e95a1 Per bug list we went over today, fixing a deep irritation with data object renaming, hopefully this feels better. 2022-11-17 14:58:28 -05:00
Dan e92f48da7c minor fixes to the Bpmn-js-subworkflow spec. 2022-11-16 16:31:47 -05:00
Dan 4f23f860f8 add a search button to the call activity to allow finding a process id through some sort of admin interface. 2022-11-11 11:02:29 -05:00
burnettk 09fa713bb0 kill a few consoles 2022-11-09 12:09:23 -05:00
Dan 24c2cc3606 don't flake out when no dmn options are returned. 2022-11-09 11:39:57 -05:00
Dan f6eb4123d0 disable test for disabled button. 2022-11-07 13:12:49 -05:00
Dan 7b4ca1919b Merge branch 'main' into feature/more_launch_buttons_and_dropdowns 2022-11-01 21:24:22 -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 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 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 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
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
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
jasquat 28eccc0d00 merged in main and resolved conflicts w/ burnettk 2022-09-27 10:31:45 -04:00