Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TaRDIS-DCR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Departamento de Informática
  • Research
  • TaRDISTaRDIS
  • WP3
  • TaRDIS-DCR
  • Wiki
  • Dcr choreographies
  • Simple EDP Use Case

Simple EDP Use Case · Changes

Page history
Update Simple EDP Use Case authored Oct 20, 2024 by Diogo Ye's avatar Diogo Ye
Hide whitespace changes
Inline Side-by-side
DCR-Choreographies/Simple-EDP-Use-Case.md
View page @ 2a99738d
......@@ -55,13 +55,13 @@ To emulate the intended behavior, the Orchestrator (`O(0)`) sends a request (`rp
```
The arrows define the relations between events:
For example, the relations below represent the flow of the process,
so, when the `O(0)` requests the production forecasts of the prosumers, they are mandatory to generate their production forecast (by execution of the event gpf_0), then the `O(0)` needs to update the energy accounting
due to the milestone and include relation. After the execution of the `acc`, the event is excluded.
```ruby
rpf *--> gpf_0
rpf *--> acc
gpf0 --><> acc
gpf0 -->+ acc
acc -->% acc
```
\ No newline at end of file
```
For example, the relations below represent the flow of the process,
so, when the `O(0)` requests the production forecasts of the prosumers, they are mandatory to generate their production forecast (by execution of the event gpf_0) due to the response relation (*-->), then the `O(0)` needs to update the energy accounting
due to the milestone and include relation (--><> , -->+). After the execution of the `acc`, the event is excluded (-->%).
Clone repository
  • DCR Choreographies
    • EDP Use Case
    • Simple EDP Use Case
  • Prototype
  • Home