Versions Compared

Key

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

...

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.

  • It is a sequence of automated steps designed to streamline and manage business processes efficiently.

  • These workflows are triggered by specific events or actions in after context, allowing you to automate routine tasks and ensure consistent execution across your application.

  1. 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 in business workflows.

  • These workflows are triggered by specific events or actions in before context.

Error Message

It allows to provide error message comprehensible as per business need.

Info

Note: This field is only visible in case of Validation type of workflows.

...

Section

Description

Actions

It contains multiple actions to carry out multiple automation tasks. You can explore actions.

Info

Reference: Workflow Action.

Canvas

It is the space where user can design workflows.

Workflow Elements

These are the workflow elements used to create a workflow.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#DEEBFF

By default, Start and Error are two workflow elements available in the Workflow elements. Later user can add as per his need.

Navigation Bar

It is user interface element that provides a set of links or buttons to help users navigate through different sections of workflow, to track and save progress.

Zoom & Expand Controls

It allow users to zoom in, zoom out, or expand a view of workflow.

Workflow Essentials Creation

It allows to create workflow essentials namely variable, model, event as well as another workflow in runtime as per business need.

Info

Reference:
Create Variable
Create Model
Create Event
Create Workflow