Class: ManageIQ::Floe::Workflow::States::Parallel

Inherits:
ManageIQ::Floe::Workflow::State show all
Defined in:
lib/manageiq/floe/workflow/states/parallel.rb

Instance Attribute Summary

Attributes inherited from ManageIQ::Floe::Workflow::State

#comment, #name, #payload, #type, #workflow

Instance Method Summary collapse

Methods inherited from ManageIQ::Floe::Workflow::State

build!, #context, #end?, #run!, #to_dot, #to_dot_transitions

Methods included from Logging

included, #logger

Constructor Details

#initializeParallel

Returns a new instance of Parallel.

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/manageiq/floe/workflow/states/parallel.rb', line 8

def initialize(*)
  raise NotImplementedError
end