Working with actions
Actions are the core of everything in Grut.
Last updated
Actions are the core of everything in Grut.
Last updated
Blocks and workflows are the building blocks of the Grut platform. With these tools, you can create complex applications without needing to write extensive lines of code. Here's a more in-depth explanation of what blocks and workflows are:
Atomic blocks are individual blocks based on a single Python code snippet. Each atomic block performs a specific function or operation within your application. You can use atomic blocks to create the logic for your application, such as data processing, validation, or transformation.
Workflows are built by combining multiple atomic blocks or other workflows. You can create complex workflows that perform multiple tasks or functions, all within a single workflow. Workflows allow you to create custom business processes or automate complex workflows, without needing to write code.
In addition to the atomic blocks and workflows provided by Grut, you can also create custom blocks and workflows. This allows you to create blocks and workflows tailored to your specific needs and requirements.
Once you have created a block or workflow, you can reuse it in other applications or workflows. This saves time and effort, as you can create a block or workflow once and reuse it as often as you need.
Grut's actions
What are atomic blocks?
What are workflows?