flowable

Flowable-idm not able to provide access to access Privileges to group

百般思念 提交于 2020-05-04 07:02:28
问题 Thanks for looking into my question. I am new in flowable application. Login to flowable-idm portal, create a user ankit and then create a group claimManager where i added ankit user. In flowable-idm portal, go to Privileges section -> Access modeler application -> remove ankit user from user(if exist) -> go to group tab -> add group claimManager . Login to flowable-modeler portal with usename: ankit and this is issue where i am not able to login as i added group having ankit user. But when i

Flowable-idm not able to provide access to access Privileges to group

时光毁灭记忆、已成空白 提交于 2020-05-04 07:02:15
问题 Thanks for looking into my question. I am new in flowable application. Login to flowable-idm portal, create a user ankit and then create a group claimManager where i added ankit user. In flowable-idm portal, go to Privileges section -> Access modeler application -> remove ankit user from user(if exist) -> go to group tab -> add group claimManager . Login to flowable-modeler portal with usename: ankit and this is issue where i am not able to login as i added group having ankit user. But when i

Flowable 异常 (DbSqlSession或者Error creating bean with name 'processEngine)

♀尐吖头ヾ 提交于 2020-04-22 00:18:38
在使用Flowable的过程中,由于对其了解片面的原因,为了删除测试过程中产生的历史记录,直接清空了所涉及的所有表内容,然后部署服务的时候就异常了 [INFO] [INFO] --- tomcat7-maven-plugin:2.2:run (default-cli) @ activiti_spring_items --- [INFO] Running war on http://localhost:9999/activiti_spring [INFO] Using existing Tomcat server configuration at F:\maven\activiti_spring_items\target\tomcat [INFO] create webapp with contextPath: /activiti_spring 六月 27, 2018 5:53:19 下午 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["http-bio-9999"] 六月 27, 2018 5:53:19 下午 org.apache.catalina.core.StandardService startInternal 信息: Starting service Tomcat 六月

JFinalOA流程表结构说明-Flowable表结构说明-Activiti表结构说明

给你一囗甜甜゛ 提交于 2020-02-28 02:20:36
JFinalOA 目前为flowable,flowable为activiti平滑升级主要表结构跟activiti一致。 Activiti使用到的表都是 ACT_ 前缀,列名都是有 下划线 后缀,防止关键字冲突。 ACT_RE_* : ’RE’表示repository(存储 ),RepositoryService接口所操作的表。带此前缀的表包含的是静态信息,如,流程定义,流程的资源(图片,规则等)。 ACT_RU_* : ‘RU’表示runtime,运行时表-RuntimeService。这是运行时的表存储着流程变量,用户任务,变量,职责(job)等运行时的数据。Activiti只存储实例执行期间的运行时数据,当流程实例结束时,将删除这些记录。这就保证了这些运行时的表小且快。 ACT_ID_* : ’ID’表示identity (组织机构),IdentityService接口所操作的表。用户记录,流程中使用到的用户和组。这些表包含标识的信息,如用户,用户组,等等。 ACT_HI_* : ’HI’表示history,历史数据表,HistoryService。就是这些表包含着流程执行的历史相关数据,如结束的流程实例,变量,任务,等等 ACT_GE_* : 全局通用数据及设置(general),各种情况都使用的数据。 表摘要 表名 描述 ACT_EVT_LOG 事件日志表 ACT_GE

工作流-bpmn流程图说明

ε祈祈猫儿з 提交于 2020-02-27 22:59:12
process process 表示一整个流程,其中有两个主要属性: id : 必填 属性,将映射为Flowable ProcessDefinition 对象的 key 参数。可以使用 RuntimeService 中的 startProcessInstanceByKey 方法,使用 id 来启动这个流程定义的新流程实例。这个方法总会使用流程定义的 最新部署版本 。 1ProcessInstance processInstance = runtimeService.startProcessInstanceByKey("myProcess"); 请注意这与调用 startProcessInstanceById 方法不同。 startProcessInstanceById 方法的参数为Flowable引擎在部署时生成的字符串ID(可以通过调用 processDefinition.getId() 方法获取)。生成ID的格式为 key:version ,长度 限制为64字符 。请注意限制流程_key_的长度,否则会抛出 FlowableException 异常,提示生成的ID过长。 name : 可选 属性,将映射为 ProcessDefinition 的_name_参数。引擎本身不会使用这个参数。可以用于在用户界面上显示更友好的名字。 startEvent(开始事件)

工作流-流程部署

北战南征 提交于 2020-02-27 15:55:58
工作流的几种部署方式 public interface DeploymentBuilder { // 输入流 DeploymentBuilder addInputStream(String resourceName, InputStream inputStream); //类路径方式 DeploymentBuilder addClasspathResource(String resource); //文本方式 DeploymentBuilder addString(String resourceName, String text); //字节流方式 DeploymentBuilder addBytes(String resourceName, byte[] bytes); //压缩流方式 DeploymentBuilder addZipInputStream(ZipInputStream zipInputStream); //模型方式 DeploymentBuilder addBpmnModel(String resourceName, BpmnModel bpmnModel); } //TODO 流方式发布实例 @SneakyThrows public void deploy(String name, MultipartFile file) { InputStream

一个简单、快速、易读的Daffodil(达佛)基础管理平台

放肆的年华 提交于 2020-02-27 14:31:42
# Daffodil(达佛)基础管理平台 免费开源 一个简单、快速、易读的maven项目【[项目地址]( https://gitee.com/weijiang_admin )】 本人出生地水仙花之都【[漳州]( http://www.zhangzhou.gov.cn/ )】 Daffodil英文翻译意思是水仙花,本人也比较佛系且Daffodil音含 [ 达佛 ] 于是就叫“达佛基础管理平台” #### 介绍 本系统是基于SpringBoot的后台管理系统 易读易懂、界面简洁美观。 采用技术SpringBoot、Hibernate、Shiro、Flowable、thymeleaf等。 系统基础包括:用户管理、角色管理、部门管理、岗位管理、权限管理、菜单管理、字典管理、约束管理、参数配置、通知公告、日志管理、工作流管理、任务管理、流程演示、系统监控等模块... #### 软件架构 软件架构说明 - 核心框架:Spring Boot - 安全框架:Apache Shiro - 持久层框架:Hibernate - 工作流引擎:flowable - 模板引擎:Thymeleaf - 前端技术:bootstrap、layui、fontawesome等 #### 安装教程 以myeclipse开发工具为例: 1. 将项目检出并导入到你的工作空间。 2. 修改daffodil

工作流-定时器和异步执行

感情迁移 提交于 2020-02-27 06:21:28
对应的五张表 基于flowable6.5版本,都以_JOB结尾,表之间的数据可以通过API接口进行流通 定时作业表( ACT_RU_TIMER_JOB ) 定时作业执行表( ACT_RU_JOB ) 死信作业表( ACT_RU_DEADLETTER_JOB ) 挂起作业表( ACT_RU_SUSPENDED_JOB ) 异步历史作业表( ACT_RU_HISTORY_JOB ) 开启异步任务 默认开启状态 flowable: # 异步执行器 asyncExecutorActivate: true # 异步历史执行器 asyncHistoryExecutorActivate: true 配置异步历史 <property name="asyncHistoryEnabled" value="true" /> <property name="asyncHistoryExecutorNumberOfRetries" value="10" /> asyncHistoryExecutorNumberOfRetries 参数用于配置异步历史作业的重试次数 异步节点 开启流程异步节点 配置 async 属性为开启 <userTask id="usertask3" name="3" activiti:async="true" activiti:candidateUsers="{小爱,肖锋}"><

flowable-自定义id生成器

走远了吗. 提交于 2020-02-26 09:17:48
@Configuration public class FlowableConfiguration implements EngineConfigurationConfigurer<SpringProcessEngineConfiguration> { @Override public void configure(SpringProcessEngineConfiguration engineConfiguration) { engineConfiguration.setIdGenerator(IdUtil::fastSimpleUUID); } } 来源: oschina 链接: https://my.oschina.net/u/2555967/blog/3167817

SpringBoot2.X集成flowable工作流

坚强是说给别人听的谎言 提交于 2020-01-06 20:58:41
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 1 添加pom依赖 <properties> <flowable.version>6.4.0</flowable.version> </properties> <!-- flowable流程相关--> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter-basic</artifactId> <version>${flowable.version}</version> </dependency> 2 启动 1.如启动成功,数据库会自动生成flowable相关数据表 2.如启动失败,可能原因如下: 1)数据库使用mysql8版本,出现显示表不存在的错误。 解决方法:数据库连接url追加 &nullCatalogMeansCurrent=true 来源: oschina 链接: https://my.oschina.net/u/4058092/blog/3152448