Module: Trailblazer::Developer::Activity
- Defined in:
- lib/trailblazer/developer/activity.rb
Overview
Transforms an Graph into an abstract data structure that represents the graph via a well-defined API. The goal is to decouple graph internals from the presentation layer. The Model is usually passed into Renderer and Layouter, to render the bpmn:Diagram XML or JSON.
It returns Model with Tasks and Flows.
Defined Under Namespace
Modules: Graph