Create an extension on WorkflowHost for running a workflow and just getting its outputs #389
Labels
enhancement
New feature or request
kotlin
Affects the Kotlin library.
obsolete
Issues that have been closed because they are no longer relevant
Milestone
I have seen a few uses of
flatMapWorkflow
where only theOutputT
s are needed. This is easy to pull into an extension onWorkflowHost
that doesn't have all the same problems asflatMapWorkflow
(see #377).The text was updated successfully, but these errors were encountered: