Difference between revisions of "Hello World activity flow"

From AMTech WikiDocs
Jump to: navigation, search
(Created page with "*Creator defines semantic and activity **Define entity and observation types **Define actors to give access to those entity types *Follower subscribes to the service *Follower...")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
*Creator defines semantic and activity
 
*Creator defines semantic and activity
**Define entity and observation types
+
**Define thing and observation types
 
**Define actors to give access to those entity types
 
**Define actors to give access to those entity types
 +
**Define activity
 +
***Define observers to get things to apply actions on
 +
***Define reasoners to apply actions on the things observed
 +
***Associate actors to the activity
 +
** Test activity as creator
 +
*** Define thing instances and observation instances to run the observers inside the reasoners
 +
*** Run observers using these observation instances, expecting as results some of the thing instances he created
 +
*** Run the reasoners using these observation instances, expecting to execute actions on some of the thing instances he created manually or via the reasoners
 +
**Publish activity, sharing it with follower tenants
 
*Follower subscribes to the service
 
*Follower subscribes to the service
*Follower invite other followers
+
**Follower will acquire all the actors associated to the activity
 +
*Follower invite other followers. It can select the actor to give to the invited user

Latest revision as of 12:18, 11 October 2016

  • Creator defines semantic and activity
    • Define thing and observation types
    • Define actors to give access to those entity types
    • Define activity
      • Define observers to get things to apply actions on
      • Define reasoners to apply actions on the things observed
      • Associate actors to the activity
    • Test activity as creator
      • Define thing instances and observation instances to run the observers inside the reasoners
      • Run observers using these observation instances, expecting as results some of the thing instances he created
      • Run the reasoners using these observation instances, expecting to execute actions on some of the thing instances he created manually or via the reasoners
    • Publish activity, sharing it with follower tenants
  • Follower subscribes to the service
    • Follower will acquire all the actors associated to the activity
  • Follower invite other followers. It can select the actor to give to the invited user