Sipke Schoorstra
74fc48e89d
Fix nesting containers
2022-11-24 10:56:43 +01:00
Sipke Schoorstra
7462d95f5e
Merge remote-tracking branch 'origin/v3' into v3
2022-11-23 22:36:51 +01:00
Sipke Schoorstra
2567eb6535
Implement variable picker
2022-11-23 22:36:43 +01:00
cristinamudura
7d6e1f8cc7
Implemented delete of workflow definitions on Delete button click ( #3462 )
2022-11-23 12:45:14 +01:00
Sipke Schoorstra
c3a3d85f47
Only register browsable, concrete activity types
2022-11-23 11:21:15 +01:00
Sipke Schoorstra
08ef4f8410
Make DynamicActivity non-browsable
2022-11-23 11:20:48 +01:00
Sipke Schoorstra
8a4e219e07
Minor renaming
2022-11-23 11:20:35 +01:00
Sipke Schoorstra
0f358e72f9
Fix HTTP activity issues
2022-11-23 11:20:00 +01:00
Sipke Schoorstra
651a7a76d5
Update FastEndpoints packages
2022-11-23 11:17:38 +01:00
Sipke Schoorstra
f6a06f6f45
Merge MemoryCache module with Common module
2022-11-23 11:17:22 +01:00
Sipke Schoorstra
2df0dab39f
Fix result propagation for Inline activity
2022-11-22 13:09:32 +01:00
Sipke Schoorstra
9981dc1f10
Add Complete activity for completing composite activities
2022-11-22 13:09:14 +01:00
Sipke Schoorstra
be3e7ac707
Update Composite and remove completion callback
2022-11-22 12:36:32 +01:00
Sipke Schoorstra
03eba3f6ad
Incremental work on composite activity completion
2022-11-21 22:49:11 +01:00
Sipke Schoorstra
e40b987446
Small API improvements
2022-11-21 22:01:52 +01:00
Sipke Schoorstra
4b958143e9
Telnyx activity improvements
2022-11-21 12:43:34 +01:00
Sipke Schoorstra
c06f70e434
Incremental work on flow + sequential versions of Telnyx activities
2022-11-20 22:37:52 +01:00
Sipke Schoorstra
9dcae97a0e
Add support for lazy initialization of output
2022-11-20 20:37:56 +01:00
Sipke Schoorstra
660cfbfd05
Update DB context class names and create SQL Server provider
2022-11-20 19:00:03 +01:00
Sipke Schoorstra
8cc8d1bcbf
Telnyx integration ( #3453 )
...
* Incremental work on Telnyx integration
* Incremental port of Telnyx activities
* Fix polymorphic JSON serialization for webhook data
* Fix IsFirstPass logic
* Fix trigger base to prevent activity auto completion
* Temporarily disable persistent snapshotting provider for testing
* Fix namespaces
* Add method to register activities in bulk using marker type
* Fix Telnyx refit client setup
* Register all Telnyx activities by default
* Incremental work on webhook driven resumption and correlation
* Incremental work on post-bookmark signaling
* Fix bookmark resolution
* Include correlation ID with bookmark
* Fix Telnyx resumption input
* Replace bookmark persisted signal with handler
* Fix SpeakText completion
* Add flow outcomes to SpeakText activity
* Update GatherUsingSpeak and GatherUsingaudio
* Refactor "is first pass" concept
* Fix WebhookEvent activity
* Add HTTP absolute URL provider
* Formatting and small changes
* Various API enhancements
2022-11-19 22:30:43 +01:00
Gürkan Güran
9789288694
Show starting activity when importing graph
2022-11-17 20:10:08 +01:00
Sipke Schoorstra
5e180accc7
Incremental work on workflow instance viewer
2022-11-13 13:32:23 +01:00
Sipke Schoorstra
6947f45693
Remove unused namespaces
2022-11-13 12:45:34 +01:00
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
0372615bbe
Remove duplicate package reference
2022-11-10 12:07: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
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