-
Notifications
You must be signed in to change notification settings - Fork 0
Statuses
Wiki Creator edited this page Jun 3, 2025
·
1 revision
Flows, Operations, and States all have a set of predicate methods to describe their current status.
| Status | Description |
|---|---|
pending? |
#trigger not called. |
triggered? |
#trigger was called. |
failed? |
Some operation failed. |
success? |
All operations succeeded. |
| Status | Description |
|---|---|
executed? |
#execute was called. |
failed? |
Execution failed. |
success? |
Execution succeeded. |
| Status | Description |
|---|---|
validated? |
#vaild? returned true. |