Class: WorkflowRb::SubscriptionStepBody
- Defined in:
- lib/workflow_rb/models/subscription_step_body.rb
Instance Attribute Summary collapse
-
#event_data ⇒ Object
Returns the value of attribute event_data.
Instance Method Summary collapse
Instance Attribute Details
#event_data ⇒ Object
Returns the value of attribute event_data.
6 7 8 |
# File 'lib/workflow_rb/models/subscription_step_body.rb', line 6 def event_data @event_data end |
Instance Method Details
#run(context) ⇒ Object
7 8 9 |
# File 'lib/workflow_rb/models/subscription_step_body.rb', line 7 def run(context) WorkflowRb::ExecutionResult.NextStep end |