Actions

Workflow contains a tree of actions and actions are where you define logic for data fetching, transforming of the data and syncing of the final resulting data. Currently there are just four action types:

Important concept with every action is that fields in actions that have highlighting are JavaScript expressions. Another important concept is that ctx object is used to pass data from parent into its children and to the next action in the scope.

Last updated