Tool to apply change patterns on Business Process Models
Project description
perturbator
Tool to apply change patterns to your Business Process Models
Dependencies:
python3
pip3
Setup
pip3 install perturbator
Insert Element
Documentation
perturbator insert-element --help
Options:
--insert-to
BPMN File Path in which element has to be inserted [required]
--element-type
Type of element to be inserted [required]
--output-file
Path of BPMN file in which to output [required]
--insert-at
ID of the FLOW where the process has to be inserted [required]
Sample Command:
perturbator insert-element --insert-to ~/Desktop/input1.bpmn --element-type task --insert-at flow11 --output-file ~/Desktop/output.bpmn
Delete/Skip Element
Documentation
perturbator delete-element --help
Options:
--delete-from
BPMN File Path from which element has to be skipped [required]
--element-id
ID of Element to be deleted [required]
--output-file
Path of BPMN file in which to output [required]
Sample Command:
perturbator delete-element --delete-from ~/Desktop/input1.bpmn --element-id task11 --output-file ~/Desktop/output.bpmn
Insert Process Fragment (Serial)
Documentation
perturbator insert-process-fragment-serial --help
Options:
--insert-to
BPMN File Path in which process has to be inserted [required]
--insert-from
BPMN File Path from which process has to be inserted [required]
--output-file
Path of BPMN file in which to output [required]
--insert-at
ID of the FLOW where the process has to be inserted [required]
Sample Command:
perturbator insert-process-fragment-serial --insert-to ~/Desktop/input1.bpmn --insert-at flow12 --insert-from ~/Desktop/input2.bpmn --output-file ~/Desktop/output.bpmn
Insert Process Fragment (Parallel Branch)
Documentation
perturbator insert-process-fragment-parallel --help
Options:
--insert-to
BPMN File Path in which process has to be inserted [required]
--insert-from
BPMN File Path from which process has to be inserted [required]
--output-file
Path of BPMN file in which to output [required]
--branch-start
ID of the FLOW where the branching starts [required]
--branch-end
ID of the FLOW where the branching starts [required]
Sample Command:
perturbator insert-process-fragment-parallel --insert-to ~/Desktop/input1.bpmn --insert-from ~/Desktop/input2.bpmn --output-file ~/Desktop/output.bpmn --branch-start flow11 --branch-end flow13
Insert Process Fragment (Conditional Branch)
Documentation
perturbator insert-process-fragment-conditional --help
Options:
--insert-to
BPMN File Path in which process has to be inserted [required]
--insert-from
BPMN File Path from which process has to be inserted [required]
--output-file
Path of BPMN file in which to output [required]
--branch-start
ID of the FLOW where the branching starts [required]
--branch-end
ID of the FLOW where the branching starts [required]
Sample Command:
perturbator insert-process-fragment-conditional --insert-to ~/Desktop/input1.bpmn --insert-from ~/Desktop/input2.bpmn --output-file ~/Desktop/output.bpmn --branch-start flow11 --branch-end flow13
Delete/Skip Process Fragment
Documentation
perturbator delete-process-fragment --help
Options:
--delete-from
BPMN File Path from which process fragment has to be deleted [required]
--output-file
Path of BPMN file in which to output [required]
--branch-start
ID of the FLOW where the branching starts [required]
--branch-end
ID of the FLOW where the branching starts [required]
Sample Command:
perturbator delete-process-fragment --delete-from ~/Desktop/input1.bpmn --output-file ~/Desktop/output.bpmn --branch-start flow11 --branch-end flow13
Run commands in batches
Add commands in a text format in any text file and execute to trigger multiple steps in one go
Sample Command:
perturbator execute-from-file --command-file ~/Desktop/commands.txt
Format of commands in file:
insert 'task' to process in file '~/Desktop/input1.bpmn' at flow 'flow11' and output in '~/Desktop/output.bpmn'
delete element with id 'task11' from process in file '~/Desktop/output.bpmn' and output in '~/Desktop/output.bpmn'
serial insert process from '~/Desktop/input2.bpmn' to process in file '~/Desktop/output.bpmn' at flow 'flow12' and output in '~/Desktop/output.bpmn'
conditionally insert process from '~/Desktop/input2.bpmn' to process in file '~/Desktop/input1.bpmn' between 'flow11' and 'flow13' and output in '~/Desktop/output.bpmn'
parallel insert process from '~/Desktop/input2.bpmn' to process in file '~/Desktop/input1.bpmn' between 'flow11' and 'flow13' and output in '~/Desktop/output.bpmn'
delete process fragment from process in file '~/Desktop/input1.bpmn' between 'flow11' and 'flow13' and output in '~/Desktop/output.bpmn'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file perturbator-0.1.22.tar.gz
.
File metadata
- Download URL: perturbator-0.1.22.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.4 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f44550e2fb36edcd4977df0b8e357f085817dcd14ab68653753ad4072918aae |
|
MD5 | 69f9e3689a6609d0740d800a92045cb5 |
|
BLAKE2b-256 | 924fb082214e315e063930f642e51c9c424a67527b98277b935918cf0472af45 |
File details
Details for the file perturbator-0.1.22-py3-none-any.whl
.
File metadata
- Download URL: perturbator-0.1.22-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.4 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc4ced051437880e16c32351b54659008a8776392477da8ee6c7e4fec55e0c3a |
|
MD5 | e769d75ff74b64e0a8ce61bded8d83e0 |
|
BLAKE2b-256 | 9dc953772106e39d21c077c7c16e981303c18d9f5e799f72531a723af9b92084 |