Class: WorkflowRb::SubscriptionStepBody

Inherits:
StepBody
  • Object
show all
Defined in:
lib/workflow_rb/models/subscription_step_body.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#event_dataObject

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