Overview:
Core activities are the foundation of any GRiPO workflow. They help control how your workflow runs using logic-based actions like If/Else, Loop, Switch, Parallel Path, and Webhook Event Response. These tools make workflows smarter and more flexible.

Examples:
- Use If/Else to perform actions based on specific conditions.
- Run multiple steps together with Parallel Path.
- Trigger another workflow using Run External Workflow.
- Repeat actions for each item using Loop (e.g., process all nodes in a cluster one by one).
- Pause or stop a specific process with Stop Current Cluster during maintenance or updates.
- Store and reuse data in the next steps using Temporary Save (like saving cluster or node details).
- Handle incoming API triggers or responses using Webhook Event Response to automate based on external events.
- Switch on alert severity — send a Slack message for Warning and trigger a workflow for Critical.