# flowable-demo **Repository Path**: zhaiding/flowable-demo ## Basic Information - **Project Name**: flowable-demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.先启动好此项目,然后创建一个流程: 访问:http://localhost:8080/expense/add?userId=123&money=123321 返回:提交成功.流程Id为:xxxx   2.查询待办列表: 访问:http://localhost:8080/expense/list?userId=123 输出:Task[id=xxxx, name=出差报销]   3.同意: 访问:http://localhost:8080/expense/apply?taskId=xxxx 返回:processed ok!   4.生成流程图: 访问:http://localhost:8080/expense/processDiagram?processId=xxxx