action
String indicating the action a step will take.
Actions are run using adapters and each adapter has its own set available actions.
The full format for referencing and action is <adapter>.<action>
.
For example, the [csv] adapter can read and write comma-separated files using the actions csv.read
and csv.write
respectively.