Skip to content

kevinLuan/taskflow-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskflow-integrations

License License

简体中文 | English

overview

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.

Documentation

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.

Installation

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'
    }

Questions

For questions and support, visit Task Cloud Platform.

License

License Apache 2.0

Copyright (c) 2024 Taskflow

About

taskflow cloud platform integration api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published