This topic describes the release notes for Serverless workflow and provides links to the relevant references.
May 2020
New feature | Description | Release date | References |
Native time-based schedule of Serverless Workflow | The native time-based schedule feature makes scheduled flow executions easier, such as report generation, notification sending, and data pipelines. It allows you to orchestrate multiple functions in a flow to implement flexible business logic. | 2020-05-25 |
March 2020
New feature | Description | Release date | References |
Commercial release of Serverless Workflow | To provide better services, Alibaba Cloud Serverless Workflow was commercially released on March 10, 2020. | 2020-03-10 |
February 2020
New feature | Description | Release date | References |
Child flows of Serverless Workflow | To reduce flow complexity, a flow is divided into multiple child flows. Flows can be reused more easily. You can put some common steps in a flow and reuse these steps in other flows. This feature breaks some limits of a flow, such as the maximum number of events (5,000 by default) and the maximum execution time (1 year). Error handling is implemented for the overall output of the flow. For example, you can design a parallel step as a child flow and handle errors that occur in the execution of the child flows in the parent flow. | 2020-02-29 |