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

Kdoc on StatelessWorkflow and StatefulWorkflow should discourage use as reference types

Open zach-klippenstein opened this issue 6 years ago • 1 comments
trafficstars

If you need to reference a workflow, you should use the Workflow type. StatefulWorkflow and StatelessWorkflow are implementation details. The only place they should ever be used is as the superclass of a particular workflow implementation.

Slack convo

zach-klippenstein avatar May 09 '19 18:05 zach-klippenstein

Not a breaking API change, removing from 1.0.0 milestone.

zach-klippenstein avatar Jun 13 '20 17:06 zach-klippenstein