Skip to content

Commit

Permalink
Update documentation for GH Pages rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBuchheim authored Jul 1, 2024
1 parent 893fd3f commit a85363e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/declarative.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ and custom code defined by the developer.
Custom behaviour supplied by the developer in different places in the adapter is called "orchestration".

There are 3 points of orchestration:
- `Connectors` - Behavior of the connector that influences request and (optional) response flow. This orchestration can be written in **Camel and Java**.
- `Integration scenario` - Execution order of Connectors, control flow, and response aggregation. This orchestration can be written in custom **SIP Orchestration DSL and Java**.
- `Composite process` - Execution order of integration scenarios, control flow and mappings. This orchestration can be written in custom **SIP Orchestration DSL and Java**.

- **Connectors**: Behavior of the connector that influences request and (optional) response flow. This orchestration can be written using **Connector Processors**.
- **Integration scenario**: Execution order of Connectors, control flow, and response aggregation. This orchestration can be written in custom **SIP Orchestration DSL and Java**.
- **Composite process**: Execution order of integration scenarios, control flow and mappings. This orchestration can be written in custom **SIP Orchestration DSL and Java**.


## Configuration
Expand Down

0 comments on commit a85363e

Please sign in to comment.