README.md

bpmnR

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



Try the bpmnR package in your browser

Any scripts or data that you put into this service are public.

bpmnR documentation built on May 29, 2024, 6:43 a.m.