Creating workflows
Automate your tasks by creating workflows in webMethods Integration, and configure triggers and actions to streamline your processes.
Core components of a workflow
A workflow is made up of two elements - a trigger and one or more actions. A trigger fires off a workflow, and actions are the tasks that the workflow runs automatically.
You can create a simple workflow, for example, When you post a new tweet in Twitter. post the tweet content to a Slack channel.
If you break this workflow into parts, you get the following mentioned parts.
- Trigger - When you post a new tweet in Twitter.
- Actions - Post it on a Slack channel.