blob: 1f968c98293c781f272a2770548ab6ac9fcc7b81 [file] [log] [blame]
Illyoung Choia9d2c2c2019-07-12 13:29:42 -07001CORD Workflow Controller Client
2===============================
3A CORD Workflow Controller Client Library.
4This library allows users to communicate to CORD Workflow Controller.
5There are three classes provided, Manager, Probe and WorkflwoRun.
6
7Manager
8-------
9This class is used to act as a workflow manager.
10Workflow Managers manage **workflow registration** and handle **kickstart** events.
11
12Probe
13-----
14This class is used to act as a probe.
15Probes emit events to CORD Workflow Controller.
16
17WorkflowRun
18-----------
19This class is used to act as a workflow run.
20Workflow Runs are used by workflow instances to receive events emitted by Probes.