Workflow is a new feature added in 4.2, which can manage multiple resources at once. Basically a workflow is composed by bunch of actions that talk to different type of external services. This guide will walk thru all basic operations on workflow editing. First, the editor is in a 3-pane layout.
The actions/templates library
The workflow composer
The setting panel
First let's create a workflow to play around. And start by rename and delete it.
Compose, trigger and modify
Secondly we will drag and drop actions from the left-hand-side library to compose workflow. We will also execute it to get result, and drag-and-drop freely to modify.
Parameterized trigger, webhook and schedule
Workflow allow user inputs, this part will shows how to create a user input and use in actions. Beside manually clicking trigger, a workflow can also be triggered by API or schedule. A brief demo is included.
Export as custom template for re-use
Common workflow can be exported as a custom template. Custom templates can be imported to any part of a workflow.