xrow/jbpm-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xrow/jbpm-bundle

Composer 安装命令:

composer require xrow/jbpm-bundle

包简介

Manage your Workflow with jBPM.

README 文档

README

A symfony2 bundle to communicate to JBPM 6 API.

Start a JBPM Server

docker run -p 8080:8080 -p 8001:8001 -d --name jbpm-workbench jboss/jbpm-workbench:latest

Once container and web applications started, you can navigate into the jBPM Workbench at:

http://localhost:8080/jbpm-console

Configuration example

You can configure default client parameters and task parameters Examples:

```
// ezpublish/config/jbpmconf.yml
parameters:
    jbpm.client.config:
        username: xxxx
        password: xxxxx
        baseurl: http://localhost/jbpm-console/rest/
        defaults_verify: true|false (true is default)

    jbpm.task.config:
        cms(project name):
           publish(process name):
               publishevent1(task name): xrow\jBPMBundle\Tests\publishevent1 (set path of the external function )
               publishevent2(task name): customer\shopbundle\tasks\publishevent2
           order(process name):
               oderevent1(task name): xrow\jBPMBundle\Tests\publishevent1
               oderevent2(task name): xrow\jBPMBundle\Tests\publishevent1
        ecommerce(project name):
           order(process name):
               oderevent1(task name): customer\shopbundle\tasks\oderevent1
```

Import jbpmconf.yml in ezpublish/config/ezpublish.yml by adding:

```
imports:
     - { resource: jbpmconf.yml }
```

统计信息

  • 总下载量: 3.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 12
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: 未知许可证
  • 更新时间: 2015-05-19