Method: Conflow::Flow#configure

Defined in:
lib/conflow/flow.rb

#configure(*args) ⇒ Object

This method is abstract.

Override this method in order to contain your flow definition inside the class. This method will be called if flow is created using create method.

Parameters:

  • args (Array<Object>)

    any arguments needed to start a flow

See Also:



78
# File 'lib/conflow/flow.rb', line 78

def configure(*args); end