Commit graph

1711 commits

Author SHA1 Message Date
Sipke Schoorstra 5ec2b8dd02 Prevent default anchor action when clicking Import
Fixes #1187
2021-07-06 15:42:30 +02:00
Sipke Schoorstra 87c7cb08ec Fix Redirect behavior
See https://stackoverflow.com/questions/68217426/elsa-workflows-redirect-http-action-behavior
2021-07-06 13:14:02 +02:00
Sipke Schoorstra 709c7f7e59 Associate heartbeat workflow with a feature 2021-07-06 12:04:57 +02:00
Sipke Schoorstra 7cb228e710 Remove interfering demo headers sent from client 2021-07-06 11:06:32 +02:00
Vlad Crisan 6f94d0a93f http endpoint respond with 500 for faulted workflow
having a fault in a workflow started through http endpoint returns 500
only in case the response has not alerady been started
2021-07-06 09:52:30 +03:00
Sipke Schoorstra 643ffa3328 Remove invalid namespace 2021-07-05 13:12:36 +02:00
Sipke Schoorstra 0bd5b8f743
Merge pull request #1207 from elsa-workflows/docker_postgre_yes
Docker postgre yes
2021-07-05 11:01:08 +02:00
Axeleron007 b398640849
Merge branch 'master' into docker_postgre_yes 2021-07-05 12:00:35 +03:00
axeleron007 8d0376b420 Webhooks DefinitionId should be not nullable
Webhooks DefinitionId should be not nullable
2021-07-05 11:47:38 +03:00
axeleron007 1a61da8be6 whitespace removal
whitespace removal
2021-07-05 11:42:00 +03:00
Vlad Crisan 84ee37a782 merge conflict - preparation of the input model uri parameter 2021-07-05 11:41:27 +03:00
axeleron007 57b587f621 Clean up based on code review
Clean up based on code review
2021-07-05 10:25:27 +03:00
Sipke Schoorstra a24b1acb04 Use string instead of Uri to hold request path
See #1070
2021-07-04 19:34:11 +02:00
Sipke Schoorstra 3fbb1a2a8b Handle actual arrays
Fixes #1191
2021-07-03 22:18:01 +02:00
Sipke Schoorstra c00585241e Fix workflow resumption when using ActivityExecuted and WorkflowPassCompleted strategies
Fixes #1182
2021-07-03 22:01:33 +02:00
Sipke Schoorstra c80a15548c Update node packages 2021-07-03 21:12:00 +02:00
Sipke Schoorstra e427a275ce Fix workflow variable access
Fixes #1209
2021-07-03 21:08:46 +02:00
axeleron007 19b5868d08 Readme update
Readme update
2021-07-02 21:31:39 +03:00
Vlad Crisan 300b9ccf9c http endpoint handling a single workflow
an http endpoint now must match exactly one workflow
multiple
matching multiple is considered ambiguous and returns 500
2021-07-02 19:04:31 +03:00
axeleron007 517b22dab6 Clean up and restored the persistence in appsettings to EF Sqlite
Clean up and restored the persistence in appsettings to EF Sqlite
2021-07-02 16:58:54 +03:00
axeleron007 d8ab9070af MongoDB persistence fixed for Webhooks
MongoDB persistence fixed for Webhooks
2021-07-02 16:24:17 +03:00
axeleron007 6feb8f4a77 YesSQL persistence for Webhooks
YesSQL persistence for Webhooks
2021-07-02 14:37:45 +03:00
axeleron007 130147f5c9 Work on YesSql persistence for Webhooks
Work on YesSql persistence for Webhooks
2021-07-02 11:51:57 +03:00
Sipke Schoorstra a0ade4a984 Fix rebus message type queue mixup 2021-07-01 12:18:41 +02:00
axeleron007 e2ee25f56b Fix to Webhook update functionality
Fix to Webhook update functionality
2021-07-01 10:43:58 +03:00
Sipke Schoorstra cc70e4fb2f Publish to NPM attempt 10 2021-06-30 21:05:13 +02:00
Sipke Schoorstra cb84df7140 Publish to NPM attempt 8 2021-06-30 20:49:51 +02:00
Sipke Schoorstra de354f9b99 Fix postcss trimmed classes 2021-06-30 19:53:51 +02:00
Sipke Schoorstra 6f0032ece5 Update NPM dependencies 2021-06-30 19:41:03 +02:00
Sipke Schoorstra 53b2377a6e Update stencil generated output 2021-06-30 19:08:06 +02:00
axeleron007 0f7d66b95e MongoDB and Postgres persistence configuration
MongoDB and Postgres persistence configuration
2021-06-30 18:18:59 +03:00
Sipke Schoorstra 1fb2f158d9 Update tailwind.config 2021-06-30 13:00:13 +02:00
Sipke Schoorstra 043e236ffa Tailwind: Replace light-blue with sky 2021-06-30 12:59:55 +02:00
Sipke Schoorstra 189883ee7f Fix double scheduling of activities 2021-06-30 12:27:30 +02:00
Sipke Schoorstra 140611f82b Update appveyor.yml 2021-06-29 23:17:06 +02:00
Sipke Schoorstra 2090389637 Consolidate PendingWorkflow and StartedWorkflow into single CollectedWorkflow 2021-06-29 23:08:52 +02:00
Sipke Schoorstra a3fe03b5c2 Enable activity input property storage provider configuration 2021-06-29 21:05:32 +02:00
Sipke Schoorstra b0f3d68b35 Fix EF Core persistence provider for workflow definition channel property 2021-06-29 21:05:05 +02:00
Sipke Schoorstra afeda9dba0 Make Trigger bookmark optional and default to Bookmark 2021-06-29 21:04:28 +02:00
Sipke Schoorstra f17cb73590 Cleanup 2021-06-29 21:03:57 +02:00
Sipke Schoorstra 5338196e77 Fix HttpEndpointMiddleware multiple workflow execution 2021-06-29 13:28:21 +02:00
Sipke Schoorstra 6f8990def2 Optimize workflow definitions loading
Improves the Workflow Definition list view by instead of loading ALL versions of a page of workflow definitions, it instead only loads the LATEST and their PUBLISHED versions only.
Over time, a workflow definition can have many versions, which would decrease page load performance over time
2021-06-29 09:53:27 +02:00
Sipke Schoorstra 88a6aa9b15 Add missing members to IWorkflowBuilder 2021-06-28 22:44:59 +02:00
Sipke Schoorstra d49bbd61ea Remove unused namespaces 2021-06-28 22:38:23 +02:00
Sipke Schoorstra a3fd1a31af Implement workflow priority channels 2021-06-28 22:38:05 +02:00
Sipke Schoorstra c3a73d1c17 Implement JSON driver 2021-06-28 14:25:48 +02:00
Sipke Schoorstra f50674a6b4 Expose HTTP client creation events
This allows applications to configure axios middleware to set e.g. authorization headers for outgoing HTTP requests made to Elsa Server

Fixes #1164
2021-06-28 13:56:09 +02:00
Sipke Schoorstra efec65e819 Configure MongoDB serializers with support for (de)serializing properties with type Type 2021-06-28 12:22:36 +02:00
Sipke Schoorstra 8da68c11c9 Fix property mapping and broken instance viewer URL
Fixes #1171
2021-06-28 11:58:47 +02:00
Sipke Schoorstra 1c20b8fbb4 Rename SaveRequest models to fix ambiguity for Swagger
Fixes #1178
2021-06-26 11:19:34 +02:00