Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workflow Actions are sub-grouped under the following categories:

Categories

Description

Reference

Logic

This category includes actions that follow set of rules and steps.

Logic Actions

Communication

This category includes actions for communication.

Communication Actions

Data

This category provides actions for performing CRUD (Create, Read, Update, Delete) operations.

Data Actions

Layout

This category includes actions for managing layouts, such as handling events and displaying screens(Modal).

Info

Note: In noKodr, a Modal is referred to as a screen.

Layout Actions

Workflow

This category allows for the inclusion of another workflow as a sub-flow within the current workflow.

Workflow Actions

UI

UI-specific actions, such as displaying a message, spinner, or prompt, are included in this category.

UI Actions

Create Workflow Modal

...

Workflow Creation Field

Description

Label

A user-friendly name for the workflow, used for easy identification within the application.

Name

The unique identifier for the workflow, typically used in code or within merge text.

Type

Basically there are two types of workflows in noKodr:

  1. Business: Business Workflows include all actions mentioned above.

  2. Validation: Validation workflows include only Logic, Data and Communication actions. They basically work on output of earlier action in workflow as they are primarily used as sub-flows

...