CloudFlow SDKs let you programmatically create, run, schedule, and integrate workflows with Alibaba Cloud services. Focus on your business logic without worrying about infrastructure operations and maintenance.
Supported SDKs
SDKs are available for the following languages. Each SDK wraps the CloudFlow API (version 2019-03-15) and is hosted on GitHub.
| Language | GitHub repository |
|---|---|
| Java | aliyun-java-sdk-fnf |
| Python | aliyun-python-sdk-fnf |
| PHP | openapi-sdk-php/Fnf |
| .NET | aliyun-net-sdk-fnf |
| Go | alibaba-cloud-sdk-go/fnf |
| Node.js | aliyun-openapi-nodejs-sdk/fnf |
Prerequisites
Before you begin, make sure you have:
An AccessKey pair (AccessKey ID and AccessKey secret) for API authentication. To view or create an AccessKey pair, log on to the Resource Access Management (RAM) console. For more information, see View the information about AccessKey pairs of a RAM user
The CloudFlow endpoint for your region. For available endpoints, see Endpoint
Get started with sample code
OpenAPI Explorer provides ready-to-use sample code for every CloudFlow API operation in all supported languages. Use it to generate SDK code, debug API calls, and explore request and response formats in the browser.
Before you run the sample code, replace the following placeholders with your values:
| Placeholder | Description |
|---|---|
${endpoint} | The CloudFlow endpoint for your region. See Endpoint. |
${accessKeyId} | Your AccessKey ID |
${accessKeySecret} | Your AccessKey secret |