sdk-typescript icon indicating copy to clipboard operation
sdk-typescript copied to clipboard

default activities

Open THardy98 opened this issue 1 year ago • 0 comments

Users are now able to create default activity implementations by exporting a default activity function: export default async function(...) { activity logic...}

  1. Part of #1015

  2. How was this tested: Added simple integration tests.

  3. Any docs updates needed? Maybe

THardy98 avatar Mar 07 '25 23:03 THardy98