ποΈ Quick Start with Automation
Automation is a task-based workflow system. With its flexible and powerful features, it adds more value to the data stored on the platform. It is mainly applied in scenarios such as data processing, transformation, and analysis. By leveraging the automation process, you can efficiently handle large volumes of data and significantly enhance your work efficiency.
ποΈ Understanding Actions
Actions are the fundamental building blocks of automated workflows, representing a specific task. With actions, you can perform a series of data processing operations, including data cleaning, preprocessing, training, and testing. By invoking the corresponding actions on records, you can complete the data processing workflow.
ποΈ Create an Action
When you need to execute a specific task, you can create an action in the project. Here are two ways to create an action:
ποΈ Triggers
Triggers define the conditions for triggering actions. When the triggering conditions are met, the triggers will perform checks based on the configuration and execute the corresponding actions.
ποΈ Invocations
The invocation history displays the execution history of all actions within the project, including information such as time, status, and execution results.
ποΈ Action Runtime Information
When an action is running, it automatically prepares some environment variables and upstream helper steps to facilitate data exchange between the action and the platform.