sdk-typescript
sdk-typescript copied to clipboard
default activities
Users are now able to create default activity implementations by exporting a default activity function:
export default async function(...) { activity logic...}
-
Part of #1015
-
How was this tested: Added simple integration tests.
-
Any docs updates needed? Maybe