Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bpmnR Public

❗ This is a read-only mirror of the CRAN R package repository. bpmnR — Support for BPMN (Business Process Management Notation) Models

License

Notifications You must be signed in to change notification settings

cran/bpmnR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpmnR

  • task 1: make sure package can be installed
  • task 2: what inputs does create_bpmn() expect; rendering bpmn model with render_bpmn()
  • task 3: van tekstuele beschrijvingen naar inputs voor create_bpmn()

Task 2

minimal_subset_attributes_list <-
  list(
    tasks = c("id", "name"),
    sequenceFlows = c("id", "name", "sourceRef", "targetRef"),
    gateways = c("id", "name", "gatewayType", "gatewayDirection"),
    startEvent = c("id", "name"),
    endEvent = c("id", "name")
  )

Task 3

About

❗ This is a read-only mirror of the CRAN R package repository. bpmnR — Support for BPMN (Business Process Management Notation) Models

Resources

License

Stars

Watchers

Forks

Packages

No packages published