Commit graph

3200 commits

Author SHA1 Message Date
Sipke Schoorstra 7dd7e14745 Remove unused namespaces 2022-11-12 22:03:05 +01:00
Sipke Schoorstra 8b2605d593 Fix variable modal save button 2022-11-12 22:02:55 +01:00
Sipke Schoorstra 3bed8b970b Fix package tags 2022-11-11 21:25:14 +01:00
Sipke Schoorstra 93f0ee4bfa Samples are not packable 2022-11-10 16:35:35 +01:00
Sipke Schoorstra 679c3e3d9a Add While workflow sample 2022-11-10 16:32:20 +01:00
Sipke Schoorstra 1300a92118 Add ForEach sample workflow 2022-11-10 16:24:10 +01:00
Sipke Schoorstra 5e35dad9e7 Update samples 2022-11-10 16:00:13 +01:00
Sipke Schoorstra 3be2e128d8 Refactor Delay activity
Enables the workflow to execute without suspending
2022-11-10 16:00:03 +01:00
Sipke Schoorstra a781463f7e Refactor For activity 2022-11-10 15:59:20 +01:00
Sipke Schoorstra ecf5ff77cf Remove old samples and initiate new samples 2022-11-10 14:40:37 +01:00
Sipke Schoorstra 274a2a0653 Update CI workflow 2022-11-10 13:10:53 +01:00
Sipke Schoorstra 9f3973e588 Update ci workflow 2022-11-10 12:57:02 +01:00
Sipke Schoorstra 50d81b45c6 Update ci workflow 2022-11-10 12:50:19 +01:00
Sipke Schoorstra 0372615bbe Remove duplicate package reference 2022-11-10 12:07:04 +01:00
Sipke Schoorstra 0a6a25b1fd Update build configs 2022-11-10 12:06:50 +01:00
Sipke Schoorstra 0b98c101d2 Update release workflow 2022-11-10 12:03:53 +01:00
Sipke Schoorstra 3c36aaaf8f Update release workflow 2022-11-09 15:58:22 +01:00
Sipke Schoorstra 8c8d0ce64e Update release workflow 2022-11-09 15:55:33 +01:00
Sipke Schoorstra b93144c3df Update release workflow 2022-11-09 15:52:56 +01:00
Sipke Schoorstra 09a9c577d2 Update release workflow 2022-11-09 15:44:49 +01:00
Sipke Schoorstra 5cdee4cece Update release workflow 2022-11-09 15:16:54 +01:00
Sipke Schoorstra 6752641064 Update release workflow 2022-11-09 14:55:57 +01:00
Sipke Schoorstra 6a1c2c0860 Update release workflow 2022-11-09 14:37:16 +01:00
Sipke Schoorstra 558b875521 Update release pipeline 2022-11-09 14:31:03 +01:00
Sipke Schoorstra 74c0bb8178 Update release pipeline 2022-11-09 14:14:11 +01:00
Sipke Schoorstra 42ef7f2da0 Update release pipeline 2022-11-09 14:09:05 +01:00
Sipke Schoorstra 48bcd9effb Update release pipeline 2022-11-09 14:03:05 +01:00
Sipke Schoorstra a6dd3db6c4 Update build definitions 2022-11-09 14:01:58 +01:00
Sipke Schoorstra a2f1a82988 Update release 2022-11-09 13:55:56 +01:00
Sipke Schoorstra 09d4dbd5a4 Add GitHub actions 2022-11-09 13:53:04 +01:00
Sipke Schoorstra 8b4371da3d Update properties.tsx 2022-11-09 12:26:02 +01:00
Sipke Schoorstra 19c7fc8db4 Update designer package-lock 2022-11-08 11:45:28 +01:00
Gürkan Güran 46d4b4d04c Implemented auto-layout 2022-11-07 13:25:57 +03:00
Sipke Schoorstra d626695ff2 Fix imports 2022-11-03 21:42:43 +01:00
Sipke Schoorstra e9d4c9b6d5 Prepare projects for packaging 2022-11-03 21:40:23 +01:00
Sipke Schoorstra e4f9b7717b Initial support for activity cancellation 2022-10-30 23:44:38 +01:00
Sipke Schoorstra 421324c9a7 Fix background check logic for async activities 2022-10-27 16:03:20 +02:00
Sipke Schoorstra c6bfd1f574
Asynchronous Activities (#3386)
* Update job activities handler

Looks like somehow implicit global usings have been removed or disabled 🤔

* Implement background activity execution

* Checkbox UI improvements

* Implement Task configuration for asynchronous execution

* Make job queue hosted service process jobs in parallel

* Make job worker count configurable
2022-10-27 12:05:30 +02:00
cristinamudura 0cd01c687b
Feature/send http request (#3355)
* Implemented send http request activity

* Implemented checkbox input and updated send http request activity

* Updated value of mime types constants
2022-10-25 15:52:55 +02:00
Sipke Schoorstra b9864a25fa
Queue-based activity scheduler (#3344)
* Incremental work on queue-based activity scheduling

* Update WorkflowHost to handle resumption of non-running workflows
2022-10-12 18:44:05 +02:00
Sipke Schoorstra 9a772af3c8
Implicit fork & join (#3331)
* Initial experiment with implicit fork and join construct

* Implement flow execution counters

* Incremental work on FlowJoin

* Implement bookmark removal behavior

* Set icon for FlowJoin
2022-10-10 15:08:30 +02:00
Sipke Schoorstra c19f24c1d2 Add setting for "can start workflow" 2022-10-05 11:39:55 +02:00
Sipke Schoorstra 4b0af64cee
Exportable & importable workflow state + execution (#3317)
* Incremental work on externalizing workflow state execution

* Finish resumable WriteHttpResponse
2022-10-04 11:57:01 +02:00
Gürkan Güran a2cc77d952 Conditionally autohide modal dialog 2022-09-18 21:30:57 +02:00
Gürkan Güran 7ce2ec12b5 Hide modal dialog automatically after clicking modal button 2022-09-18 21:22:31 +02:00
Gürkan Güran a1bb6f2e1f Added confirmation modals for all necessary user actions 2022-09-18 21:21:56 +02:00
Gürkan Güran c0aa6f0374 Used delete confirmation modal in version history 2022-09-18 19:49:19 +02:00
Gürkan Güran 41a235da27 Implemented delete confirmation modal 2022-09-18 19:48:50 +02:00
Gürkan Güran 0cf89e8401 Added warning icon 2022-09-18 19:47:38 +02:00
Sipke Schoorstra 31942ae96f
Implement async workflow state exporter for DB workflow instance (#3291)
* Incremental work on in-process message consumers

* Implement asynchronous workflow state DB exporter

* Fixes
2022-09-07 17:28:36 +02:00