How do I test an action without waiting for its schedule?
Use "invoke now" — from the console, "forte actions invoke" in the CLI, or createActionInvocation in the SDK — to trigger a one-off run immediately, exactly like a scheduled one. Then inspect the invocation's status, attempt count, response code, and timing in the action's history.