workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Deprecate `runningWorker` and add `@ReplaceWith` for `runningSideEffect` alternative

Open crocsandcoffee opened this issue 2 years ago • 0 comments
trafficstars

There is a variant of runningWorker for when your Worker doesn't output anything. The kdoc mentions to use runningSideEffect as the alternative. We should consider a formal @Deprecation of this runningWorker API and can use @ReplaceWith for in-place fix/migration.

Not sure how this type of thing is handled but could then add warning in the deprecation message that this API will be removed in future version

crocsandcoffee avatar Apr 26 '23 22:04 crocsandcoffee