Feature release records for 2020

更新时间:
复制 MD 格式

This topic describes the feature releases and corresponding document updates for Serverless Workflow in 2020.

May 2020

Feature name

Feature description

Release date

References

Support for native timed scheduling

The native timed scheduling feature simplifies running flows on a schedule. Use this feature to generate reports, send notifications, and manage data pipelines. You can orchestrate multiple functions within a flow to implement flexible business logic.

2020-05-25

April 2020

Feature name

Feature description

Release date

References

Integration with Visual Intelligence Service

Directly use Visual Intelligence Service API calls as steps in a flow and pass the result data to subsequent steps.

2020-04-07

Integrate with Visual Intelligence Service

March 2020

Feature name

Feature description

Release date

References

Commercial release

To provide better services, Alibaba Cloud Serverless Workflow (formerly Function Flow or FnF) was made commercially available on March 10, 2020.

2020-03-10

Commercial release announcement

February 2020

Feature name

Feature description

Release date

References

Support for child flows

Child flows reduce workflow complexity. Break down a large flow into smaller, reusable flows. Place common steps in one flow and reuse it in other flows. This approach helps overcome the limitations of a single flow, such as the maximum number of events (default: 5,000) and the maximum running time (1 year). You can also handle faults for control steps. For example, convert parallel steps into a child flow and handle its execution faults in the main flow.

2020-02-29

Integrate with Serverless Workflow