Skip to content

使用REST方式创建 flowable 工作流,使用 GO 语言实现

License

Notifications You must be signed in to change notification settings

topology-zero/flowablesdk

Repository files navigation

flowablesdk

使用 GO 语言调用 flowable 暴露出来的 rest 接口

文档地址

背景

在 GO 开源的项目中,没有什么使用的特别广泛的工作流项目,但是在 Java 项目中 有一个非常著名的开源工作流项目,那就是大名鼎鼎的 flowable,但是 flowable 没有提供对应的 GO sdk ,但是 flowable 提供了 rest 接口跨平台调用,本项目 就是将 rest 接口封装一层。提供 struct 返回,简化调用

使用

go get -v github.com/topology-zero/[email protected]

前置要求

  • flowable
    • java8
    • spring-boot
    • spring-boot 集成 flowable
    • 扩展 flowable
  • go
    • golang 1.18+
    • gin
    • gorm
    • gorm-gen
    • logrus
    • go-zero
  • vue
    • vue-admin-template
    • bpmn-js

配套项目

联系

可直接在 issues 提出
微信

License

MIT

About

使用REST方式创建 flowable 工作流,使用 GO 语言实现

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages