
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@topogram/extractor-bpmn-workflows
Advanced tools
Package-backed Topogram extractor for local BPMN workflow definitions.
Package-backed Topogram extractor for local BPMN 2.0 workflow definitions.
Status: current Audience: extractor authors and maintainers Use when: you need to extract review-only workflow candidates from checked-in BPMN process files.
This extractor reads local .bpmn and .bpmn.xml files and returns
review-only Topogram workflow candidates. It does not call Camunda, Flowable,
Activiti, Zeebe, or other workflow-engine APIs. It does not load credentials,
inspect execution history, mutate source files, or write canonical topo/**
records.
npm install
npm test
npm run docs:rag:check
TOPOGRAM_CLI=/path/to/topogram/engine/src/cli.js npm run check
npm run release:preflight
npm run check runs:
topogram extractor check .;fixtures/basic-source;topogram extract plan;topogram query extract-plan;topogram adopt --list;The extractor scans checked-in local files such as:
*.bpmn*.bpmn.xmldefinitions or process records.It emits:
workflow_definitionsworkflow_statesworkflow_transitionsWorkflow candidates come from BPMN process records. State candidates come
from events, tasks, gateways, subprocesses, and call activities. Transition
candidates come from sequenceFlow records, including condition expressions
when present.
V1 is intentionally local and deterministic:
Camunda/Flowable/Activiti extensions, Zeebe deployment metadata, engine histories, and generated diagrams are future scope unless they can be recovered from local source files without credentials or source mutation.
Topogram core owns normalization, persistence, reports, extract plans, adoption, and canonical workflow records.
FAQs
Package-backed Topogram extractor for local BPMN workflow definitions.
We found that @topogram/extractor-bpmn-workflows demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.