# Functions
No description provided by the author
No description provided by the author
MachineCollection creates a new typed [statemachines.Collection] for callbacks.
NewCallback creates a new callback in the STANDBY state from given params.
No description provided by the author
NewWorkflowClosedTrigger creates a WorkflowClosed trigger variant.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
StateMachineType is a unique type identifier for this state machine.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Callback state machine.
No description provided by the author
EventAttemptFailed is triggered when an attempt is failed with a retryable error.
EventFailed is triggered when an attempt is failed with a non retryable error.
EventRescheduled is triggered when the callback is meant to be rescheduled after backing off from a previous attempt.
EventScheduled is triggered when the callback is meant to be scheduled for the first time - when its Trigger condition is met.
EventSucceeded is triggered when an attempt succeeds.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
HTTPCaller is a method that can be used to invoke HTTP requests.
No description provided by the author