dapr / proposals

Proposals for new features in Dapr
Apache License 2.0
15 stars 33 forks source link

Workflow API to bypass some beta api criteria #29

Closed nyemade-uversky closed 1 year ago

nyemade-uversky commented 1 year ago

Allow Workflow API to bypass some beta api criteria

This is a proposal for allowing Dapr Workflow (WF) to reach beta status without having to meet the criteria that is irrelevant to the workflow api specifically API Lifecycle.

Background

Dapr WF differs from other Dapr APIs in that there is only one component implamentation of the API, the built-in actor-based wf engine. Therefore this makes it difficult to meet only the following Beta criteria:

Beta

EDIT (8/17/23): Go and JS will be supported as part of stable requirements, but not as part of beta


Closes #30

yaron2 commented 1 year ago

@nyemade-uversky this should be a proposal in the form of a regular proposal, for example https://github.com/dapr/proposals/pull/28. You can remove irrelevant sections.

nyemade-uversky commented 1 year ago

@paulyuk and @yaron2 I've updated the PR with content from the issue.