Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

Workflow.md

File metadata and controls

35 lines (25 loc) · 1.08 KB
title keywords status created updated createdby updatedby
Workflow
workflow, pipelinemodule, pipeline
inprocess
20170922
20210819
bytemaster-0xff
JennyWrenWolf

Home > Pipeline Modules

Device Workflow

Definition

A Device Workflow consists of a series of instructions that identify, define, and process values (need definition) from a device message. It also can trigger events to be sent back to the device or to other systems.

A Device Workflow is typically made up of the following five parts:

  • Workflow Input
  • Input Commands
  • State Machines
  • Output Commands
  • Business Rules


Example

The Cloud has received a message from the boat, Everglades. The message stated that the temperature in the livewell is 1100°. This temperature, or value, is sent to a Device Workflow called Livewell Temp. 1100° is identified as an integer and is processed to determine that this integer does not fall in the acceptable range. This creates a command to send a message to turn on the livewell cooling device.


Related Terms