Commit graph

3901 commits

Author SHA1 Message Date
Sipke Schoorstra 5ef8fd4ffd Update login endpoint 2023-05-19 14:36:36 +02:00
Sipke Schoorstra 5f02e744e2 Add login API client 2023-05-19 14:36:16 +02:00
Sipke Schoorstra c248bb5b62 Merge remote-tracking branch 'origin/v3' into v3 2023-05-17 20:10:29 +02:00
Sipke Schoorstra e6c6bcbafd Downgrade typescript 2023-05-17 20:10:22 +02:00
GitHub Action 7afcf1513b Updated designer version to 3.0.3-preview.133 2023-05-17 11:09:19 +00:00
Sipke Schoorstra 44461c330e Fix build 2023-05-17 13:06:13 +02:00
Sipke Schoorstra a1c793f0ee Attempt fix designer build 1 2023-05-17 13:02:47 +02:00
Sipke Schoorstra 1a46b0a8f4 Merge branch 'v3-environments' into v3 2023-05-17 12:58:10 +02:00
Sipke Schoorstra 154a5ef796 Temporarily disable react + angular builds 2023-05-17 12:58:01 +02:00
Sipke Schoorstra 25e9c8484f Stash 2023-05-17 12:52:13 +02:00
Sipke Schoorstra c07e561ad3 Update API client 2023-05-16 22:37:08 +02:00
Sipke Schoorstra 3a2b7f40bc Restructure API client 2023-05-16 20:03:12 +02:00
Sipke Schoorstra ad44becbda Rename environment model 2023-05-16 19:09:09 +02:00
Sipke Schoorstra 9f9f35edb4 Merge branch 'v3' into v3-environments 2023-05-16 15:07:55 +02:00
Sipke Schoorstra b4bae8671e Merge remote-tracking branch 'origin/v3' into v3 2023-05-16 11:41:45 +02:00
Sipke Schoorstra 8315b26de9 Fix composition sample 2023-05-16 11:41:41 +02:00
GitHub Action d0417ad268 Updated designer version to 3.0.3-preview.128 2023-05-16 08:54:13 +00:00
Sipke Schoorstra 5568f9bf18 Merge branch 'v3-designer-build-issue' into v3 2023-05-16 10:52:21 +02:00
Sipke Schoorstra 9c2ded67d8 Temp: build angular library only
For some reason, the build:sample task fails
2023-05-16 10:51:49 +02:00
Sipke Schoorstra 7ddc593ce2 Stash 2023-05-16 10:45:51 +02:00
Sipke Schoorstra e1ec2c87d0 Incremental work on Environments module 2023-05-16 10:03:55 +02:00
Akash Jadhav 1bc3e3b959
add CORS policy configs (#4022)
Co-authored-by: gambitier <csegambitier@hotmail.com>
2023-05-15 11:38:18 +02:00
herblinernexxbizz b9ac0e478e
add ordering to workflowdefinitions (#4040)
* add ordering to workflowdefinitions

* do default ordering ans sorting right
2023-05-15 11:36:59 +02:00
Sipke Schoorstra e25d32ff62 Add HTTP Endpoints sample project 2023-05-11 22:59:46 +02:00
Sipke Schoorstra 96b840d9e6 Remove dependency on IWorkflowInstanceStore 2023-05-11 22:59:35 +02:00
Sipke Schoorstra c18701e8ce Update Http module to add Authorization services
Required by AuthenticationBasedHttpEndpointAuthorizationHandler
2023-05-11 22:58:59 +02:00
Sipke Schoorstra 4e99f37b77 Fix target type discovery
When trying to locate a memory block from a reference, we need to search the hierarchy.
2023-05-11 16:53:33 +02:00
Sipke Schoorstra 5848db1f37 Remove $id exclusion from ExpandoObjectConverter 2023-05-11 11:17:16 +02:00
Sipke Schoorstra 2ae438002d Fix that flowchart doesn't complete
The issue was that the "has pending work" check considered *any* scheduled activity, regardless of the owner. Instead, the flowchart should check the scheduler for any work that *it* scheduled.
2023-05-10 21:46:11 +02:00
Sipke Schoorstra dcc35469a7 Implement backwards compatibility for older activity schema 2023-05-10 21:44:37 +02:00
Sipke Schoorstra 796c6cbc2b HTTP parser: parse object into ExpandoObject 2023-05-10 16:10:24 +02:00
Sipke Schoorstra 7ab08215a9 Fix workflow activity doesn't complete when no assigned outputs 2023-05-10 15:59:22 +02:00
Sipke Schoorstra e799381001 Ensure ExpandoObject array properties are deserialized as arrays
This also enables the use of jint's isArray method to return true, since the object is now an actual array.
2023-05-10 13:57:44 +02:00
Sipke Schoorstra c4a435b495 Merge remote-tracking branch 'origin/v3' into v3 2023-05-10 11:38:55 +02:00
Sipke Schoorstra 791e691ae7 Fix usage of incorrect activity descriptor when evaluating props 2023-05-10 11:38:50 +02:00
Sipke Schoorstra b82c822ccc Add design and artwork to v3 branch 2023-05-10 11:38:24 +02:00
herblinernexxbizz 8cec7615aa
remove polymorphicobjectconverter for http serialization (#4018) 2023-05-10 10:18:18 +02:00
Sipke Schoorstra 832a5b116b Update memory store to use concurrent dictionary
Fixes #3741
2023-05-08 22:56:37 +02:00
GitHub Action f6b0ab9974 Updated designer version to 3.0.3-preview.126 2023-05-08 20:43:46 +00:00
Sipke Schoorstra 47ed8e3571
Cleanup IActivity interface (#4010)
* Update activity names and descriptions

* Rename JS functions

* Make endpoint class internal

* Pre-create workflow instance ID when dispatching workflows
2023-05-08 22:38:59 +02:00
Sipke Schoorstra 5b84f264c3 Update polymorphic converter to stop trying to parse string into date time offset 2023-05-03 10:35:58 +02:00
Sipke Schoorstra 14b23d1cc5 Auto stash before revert of "Simplify IActivity (#3991)" 2023-05-03 10:34:38 +02:00
Sipke Schoorstra 307962c0f5 Revert "Simplify IActivity (#3991)"
This reverts commit ae9f4104c6.
2023-05-03 10:24:36 +02:00
Sipke Schoorstra 945c45127f Update API keys 2023-05-02 21:19:02 +02:00
Sipke Schoorstra ae9f4104c6
Simplify IActivity (#3991)
* Cleanup IActivity interface and update activity ctors

* Increase XML comment coverage
2023-05-02 20:05:36 +02:00
Sipke Schoorstra e12a57b83a Fix localhost permissions for AllInOne bundle app
Fixes #3987
2023-05-02 11:03:34 +02:00
Sipke Schoorstra 437eb3f9dc Update workflow definition reference updater to include version ID 2023-05-02 09:57:44 +02:00
Sipke Schoorstra 44d84e5359 Merge remote-tracking branch 'origin/v3' into v3 2023-05-01 22:26:20 +02:00
Sipke Schoorstra bce43df83a Add support for date like to date like conversion
For example, when a JS expression returns a DateTime value, and the capturing WF variable is of type DateTimeOffset.
2023-05-01 22:26:15 +02:00
Sipke Schoorstra 6bc830b37b Fix proto actor model mapping 2023-05-01 22:25:31 +02:00