workflow-kotlin
workflow-kotlin copied to clipboard
Kdoc on StatelessWorkflow and StatefulWorkflow should discourage use as reference types
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.
Not a breaking API change, removing from 1.0.0 milestone.