Module: methods/retryAll

retryAll method module. Resets f_flow_i to 0 and calls f_next.
Parameters:
Name Type Description
message any
Source:
Returns:
this
Type
object
Example
this.f_retryAll('Error');
Parameters:
Name Type Description
method string Retry f_ task list from this method
error any
Source:
Returns:
this
Type
object
Example
this.retryMethod('method2', 'Error');

Events

retryAll

retryAll event. Emits an err_object.
Source:

retryFrom

retryFrom event. Emits an err_object
Source:
retryFrom method module. Retries the f_task list from the given method
Parameters:
Name Type Description
message any
Source:
Returns:
this
Type
object
Example
this.f_retryAll('Error');
Parameters:
Name Type Description
method string Retry f_ task list from this method
error any
Source:
Returns:
this
Type
object
Example
this.retryMethod('method2', 'Error');

Events

retryAll

retryAll event. Emits an err_object.
Source:

retryFrom

retryFrom event. Emits an err_object
Source: