Core Tasks

Find out about Storing, Modifying, Retrieving, and Analyzing your Attack Flow

Flow Manager provides three core capabilities:

  • Write flows to the database
  • Modify flows (under construction)
  • Read triples from the database. (this may be triples, but it may non-triple queries such as returning the created date for all flows.)

These three steps form the basic building blocks of the use cases laid out in the Tutorial section.


Write Flows

How to upload a flow, written in json-schema, RDF, or SPARQL, to Flow Manager.

Modify Flows

How to modify flows and context stored in Flow Manager.

Read Flows

How to read flows and context stored in Flow Manager.


Last modified December 8, 2022: adding documentation (08105b6)