Updating structure of getting started section

This commit is contained in:
usama950 2023-06-03 13:51:24 +05:00
parent a528792257
commit ec9298ee0f
2 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,7 @@
```{toctree}
:maxdepth: 2
:caption: Getting Started
learn_basics/learn_basics.md
quick_start/quick_start.md
```

View File

@ -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