You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build and deploy workflows and app logic with AI enhanced,
16
16
collaborative tools
17
17
</p>
18
18
<CallToActionButtons/>
19
19
</div>
20
20
21
-
<divclassName="shadow-md rounded-md w-full">
21
+
<divclassName="w-full rounded-md shadow-md">
22
22
<img
23
23
alt="This state machine is called Accumulate room readings. Its purpose is to get temperature and humidity readings from IoT sensors and generate a report every hour. The state machine starts in the ConsumeReadings state, where it initializes the temperature and humidity values as null. It then waits for temperature and humidity events to be logged. When a temperature event is logged, the state machine updates the temperature value. Similarly, when a humidity event is logged, it updates the humidity value. After one hour, the state machine transitions to the GenerateReport state. In this state, it invokes a service called produceReport to generate the report. Once the report is generated, the state machine transitions back to the ConsumeReadings state to continue accumulating readings."
0 commit comments