Coder Social home page Coder Social logo

bpmn's Introduction

bpmn

Build Status

Overview

bpmn is an R interface to the bpmn-js library (a BPMN 2.0 rendering toolkit and web modeler) from bpmn.io. Using JavaScript in R is handled by htmlwidgets framework.

Installation

Install from GitHub:

devtools::install_github("bergant/bpmn")

Usage

library(bpmn)

bpmn widget accepts a BPMN file (or an XML document):

bpmn_file <- system.file("examples/qr-code.bpmn", package = "bpmn")
bpmn(bpmn_file)

See bpmn widget in action on https://bergant.github.io/bpmn/.

Licenses

This package: MIT License

See license file for the included bpmn-js library

bpmn's People

Contributors

bergant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bpmn's Issues

Error: 'setInternet2' is defunct.

Hi bergant,

trying to install your package the following error got my interest.

devtools::install_github("bergant/bpmn")
Error: 'setInternet2' is defunct.
See help("Defunct")

Unfortunatly, trying to install the zip file locally doesn't work either.
Is there any way I can solve this?

using the packge to creaate a BPMN file from a graph structure in R

Hi,

I'm working on analytic process in R that results in a graph structure,
consisting of nodes edges and attributes
(attributes for nodes - what happens inside them, attributes for edges - conditions to move between the nodes)
I have only functionality and no layout. my final goal is to result with a BPMN file,
one could open in a tools as Camunda Modeler.
is there a way to leverage the package for the task? if not, can it help creating some of the steps for the BPMN, as definition of tasks, gateways, sequence-flows according to the nodes edges and attributes,
or create a BPMN layout (BPMNDiagram part) if BPMN process part is provided?

thanks much,
Kamashay

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.