Flow¶
flowtask.components.flow
¶
FlowComponent
¶
Bases: FuncSupport, MaskSupport, LogSupport, ResultSupport, StatSupport, LocaleSupport, AbstractFlow
Abstract
Overview:
Helper for building components that consume REST APIs
.. table:: Properties
:widths: auto +--------------+----------+-----------+--------------------------------------+ | Name | Required | Summary | +--------------+----------+-----------+--------------------------------------+ | method | Yes | Component for Data Integrator | +--------------+----------+-----------+--------------------------------------+ | attributes | Yes | Attribute: barcode | +--------------+----------+-----------+--------------------------------------+
Return the list of arbitrary days
conditions_replacement
¶
conditions_replacement.
Replacing occurrences of Conditions into an String. Args: obj (Any): Any kind of object.
Returns:
| Name | Type | Description |
|---|---|---|
Any |
Object with replaced conditions. |
var_replacement
¶
var_replacement.
Replacing occurrences of Variables into an String. Args: obj (Any): Any kind of object.
Returns:
| Name | Type | Description |
|---|---|---|
Any |
Object with replaced variables. |