Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



ID

Acronym: eXternal cOnnector

Use-cases: All

Description


Summary

Table of Contents
maxLevel2


Sequence diagram
themehand
title: eXternalcOnnector
participant ExternalDevice
participant RIOSuite
note right of RIOSuite: Load UseCase
ExternalDevice->RIOSuite: getUsers()
ExternalDevice->RIOSuite: Login(userID)(Foreach users)
note right of RIOSuite: Deduce
note right of RIOSuite: Deploy
note right of RIOSuite: Run
RIOSuite->ExternalDevice: toDo(taskName, taskId, userId)
ExternalDevice->RIOSuite: updateTask(taskName, taskId, userId, status: [DONE, ERROR])
note right of RIOSuite: Workflow Progression
ExternalDevice->RIOSuite: Logout(userID) (Foreach users)