bpmn-js-token-simulation方法 令牌模拟是一种通过在流程模型中的不同节点之间移动令牌来模拟流程的执行。每个节点会根据定义的行为逻辑来处理令牌,从而模拟出真实的流程执行情况。使用令牌模拟可以帮助用户发现潜在的问题和瓶颈,使得流程更加高效和可靠。 1. `tokenSimulation`方法:该方法用于启动令牌模拟。它接受一个...
bpmn-js-token-simulation 方法 bpmn-js-token-simulation 是一个基于 bpmn-js 的插件,用于对 BPMN 模型进行流程模拟。其核心方法为 simulate,具体用法如下: ### simulate(definitions, options, callback)。 对BPMN模型进行流程模拟。 - `definitions`: BPMN 模型定义,可以是 XML 字符串或者解析后的 JSON 对象...
xthHub/bpmn-js-token-simulationPublic forked frombpmn-io/bpmn-js-token-simulation NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options
FIX: make parallel join BPMN spec compliant (#130) DEPS: usemin-dom@4.2.1 0.34.4 DEPS: do not markdiagram-jsas explicit dependency FIX: explicitly hide context pad when token simulation is enabled (#185) FIX: add aria-label to log close button (#177) ...
bpmn-js-token-simulationas a plugin for theCamunda Modeler. How to use Download and copy this repository into thepluginsdirectory of the Camunda Modeler Start the Camunda Modeler Simulate tokens in a regular BPMN tab Installing on macOS
In this talk, I'll dive into bpmn-js-token-simulation and share the why, what and how. - WHY does this project exist in the first place - WHAT is it meant to do? - HOW does it work the way it works (BPMN engine)? Join me to take a closer look at bpmn-js-token-simulation....
A bpmn-js extension for token simulation. Contribute to xthHub/bpmn-js-token-simulation development by creating an account on GitHub.
{ "name": "bpmn-js-token-simulation", "version": "0.8.0", "version": "0.8.1", "description": "bpmn-js token simulation extension", "main": "index.js", "scripts": { 0 comments on commit 7e841f9 Please sign in to comment. Footer...
Describe the Bug When activating the token simulation modeling and other ways of interacting with the diagram that are not specific to the token simulation should be disabled. However, there are still ways in which the user can interact ...
self.log(elementName || 'Intermediate Event', 'info', 'bpmn-icon-intermediate-event-none'); } }); 3 changes: 2 additions & 1 deletion 3 lib/features/token-simulation-behavior/TokenSimulationBehavior.js Original file line numberDiff line numberDiff line change @@ -33,10 +33,11 @@ ...