UiPath / CoreWF

WF runtime ported to work on .NET 6
MIT License
1.12k stars 216 forks source link

AsyncTaskCodeActivity implements AsyncCodeActivity directly #289

Open Foxtrek64 opened 7 months ago

Foxtrek64 commented 7 months ago

Fixes #186

Changes: AsyncTaskCodeActivity<TResult> implements AsyncCodeActivity<TResult> AsyncTaskCodeActivity implements AsyncCodeActivity

TaskCodeActivity and TaskCodeActivity<TResult> have been removed.