Class: CommandTower::Workflows::Messaging::Inbox::BaseWorkflow
- Inherits:
-
ApplicationWorkflow
- Object
- ApplicationWorkflow
- CommandTower::Workflows::Messaging::Inbox::BaseWorkflow
- Defined in:
- app/workflows/command_tower/workflows/messaging/inbox.rb
Direct Known Subclasses
ArchiveWorkflow, DeleteWorkflow, ListWorkflow, ShowWorkflow, UnreadCountWorkflow
Constant Summary
Constants inherited from ApplicationWorkflow
ApplicationWorkflow::ALLOWED_RETRY_STRATEGIES, ApplicationWorkflow::InvalidTransactionResult, ApplicationWorkflow::TransactionFailure
Class Method Summary collapse
Methods inherited from ApplicationWorkflow
call, #call, call_from_job, continuation_max_attempts, declared_retry_strategy, mark_impersonation_activity!, retry_strategy, validate_retry_strategy!
Methods included from Impersonation::ActivityDeclaration
Methods included from Logging::LifecycleDeclaration
Methods included from Execution::ContextAccess
#audit, #execution_context, #log_debug, #log_error, #log_info, #log_warn, #publish_event
Methods included from Transactional
#fail_transaction!, #transaction
Class Method Details
.inherited(subclass) ⇒ Object
10 11 12 13 |
# File 'app/workflows/command_tower/workflows/messaging/inbox.rb', line 10 def self.inherited(subclass) super subclass.retry_strategy :none end |