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
A state machine consists of states, and transitions between those states which are triggered based on a collection of Listeners.
29
29
30
-
### States
30
+
### Actions
31
31
32
-
States represent different phases of your automation. Each state can:
32
+
Actions are the different tasks the state machine will do. Each action can:
33
33
34
34
- Execute code when entered and/or exited
35
35
- Configure PKPs and Capacity Credits for the machine
36
36
- Run Lit Actions
37
37
- Send blockchain transactions
38
38
- Run custom code
39
39
40
+
### States
41
+
42
+
States represent different states the machine will stand and move between. Each state can have a combination of Actions to perform when entering or exiting itself.
43
+
40
44
### Transitions
41
45
42
46
Transitions define how the machine moves between states. They can be triggered automatically or by any combination of:
0 commit comments