Exception: Phronomy::InvalidAsyncEntryActionError

Inherits:
InvalidAsyncWorkflowActionError show all
Defined in:
lib/phronomy/invalid_async_entry_action_error.rb

Overview

Raised when a synchronous FSM entry action returns Phronomy::Task.

Entry actions are Run-to-Completion callbacks. They may start asynchronous work, but completion must return through a later explicit event.