Updating structure of getting started section
This commit is contained in:
parent
a528792257
commit
ec9298ee0f
|
@ -3,6 +3,7 @@
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Getting Started
|
:caption: Getting Started
|
||||||
|
learn_basics/learn_basics.md
|
||||||
quick_start/quick_start.md
|
quick_start/quick_start.md
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Learn the Basics
|
||||||
|
|
||||||
|
## BPMN and SpiffWorkflow
|
||||||
|
|
||||||
|
Business Process Model and Notation (BPMN) is a diagramming language for specifying business processes. BPMN links the realms of business and IT, and creates a common process language that can be shared between the two.
|
||||||
|
|
||||||
|
BPMN describes details of process behaviors efficiently in a diagram. The meaning is precise enough to describe the technical details that control process execution in an automation engine. SpiffWorkflow allows you to create code to directly execute a BPMN diagram.
|
||||||
|
|
||||||
|
When using SpiffWorkflow, a client can manipulate the BPMN diagram and still have their product work without a need for you to edit the Python code, improving response and turnaround time.
|
||||||
|
|
||||||
|
## BPMN Elements
|
||||||
|
|
||||||
|
### Tasks
|
||||||
|
|
||||||
|
### Gateways
|
||||||
|
|
||||||
|
### Events
|
Loading…
Reference in New Issue