简体中文 | English
Taskflow is a powerful and flexible task orchestration-based workflow/task flow management platform designed to streamline your workflow and boost productivity. As a flowchart-based task scheduling and execution system, Taskflow helps businesses and teams achieve automated, visualized business process management. Users can easily design and execute various complex workflows, thereby improving productivity and work efficiency. Taskflow integrates various tasks, processes, data, and systems into a unified workflow platform, enabling users to easily create, manage, and monitor a wide range of complex workflows.
For detailed documentation, please refer to our official docs official docs.
This SDK provides a convenient Java client interface for Task Cloud. Through it, you can easily access our cloud service API, automate the management of resources and services and other features.
To integrate TaskFlow into your Java project.
The Maven project adds the following dependency to your 'pom.xml' file:
<dependency>
<groupId>cn.taskflow</groupId>
<artifactId>taskflow-sdk</artifactId>
<version>latest</version>
</dependency>Add the following dependencies to the gradle project:
dependencies {
implementation 'cn.taskflow:taskflow-sdk:latest'
}For questions and support, visit Task Cloud Platform.
Copyright (c) 2024 Taskflow