Categorygithub.com/topology-zero/flowablesdk
repositorypackage
1.3.9
Repository: https://github.com/topology-zero/flowablesdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

flowablesdk

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

文档地址

背景

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

使用

go install 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