Versions Compared

Key

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

360
Table of Contents
minLevel3
outlinetrue
stylenone
Widget Connector
width480
urlhttp://youtube.com/watch?v=O0pLs6OK80Y
height

 

Cloud Service Account  Setup

...

Here we used three modifiers for this workflow. Limit = "1" means there can be at most one instance of this workflow waiting. Live = "1" means there can be at most one instance of this workflow running. Timeout ="-1" means this workflow will never be timed out. We used a modifier while = "true" with the Task to make the workflow running in a continuous loop, because it needs to run repeatedly, not just once. For more details, refer to workflow modifiers and the lifecycle of a workflow.

The task will be activated by the event handler Event called ActionArgument. "ActionArgument" is the event generated whenever the attribute(s) associated with this Action is modified (See Associate Action with a ThingFacet Attribute). ActionArgument carries all the current values of the ThingFacet attributes, which can be used in the task if needed.

...