Skip to main content

How to use KuFlow

What can you use KuFlow for? There are many ways for you to benefit from its use. Here we tell you some of them, although they are just a sample. Some of them can be combined, and surely your imagination can come up with some other use that we have not even thought of.

Integrating human task management into an existing system

If all you need to do is to manage human tasks in a specific system, the solution is to use only the KuFlow API.

Example:

  1. The system creates a process in the KuFlow API.
  2. The system creates a task in the KuFlow API.
  3. The system assigns the task to a human through the KuFlow API.
  4. The system provides the human with a view of all its tasks using the KuFlow API.
  5. The human performs the task.The system marks the task as completed using the KuFlow API.

Advantages:

  • It is not necessary to develop human task management in each of the systems used by the organization.

Integrating human task management into all systems of an organization

If, in addition to managing human tasks in a specific system, you want to have a centralized management of all human tasks in all systems of the organization, the solution is to use the KuFlow API and the KuFlow UI.

Example:

  1. Any system creates a process in the KuFlow API.
  2. Any system creates a task in the KuFlow API.
  3. Any system assigns a task to a human via the KuFlow API.
  4. The human queries its tasks in the KuFlow UI.
  5. The human accesses the assigned task in the KuFlow UI.
  6. The human performs the task and marks the task as completed in the KuFlow UI.
  7. KuFlow informs the source system that the task has been completed using a Webhook.

Advantages:

  • It is not necessary to develop human task management in each of the systems used by the organization.
  • The humans working in the organization have a tool that allows them to visualize and manage all their tasks in an integrated way.

Orchestrate human workflows

If you want to create a flow of human tasks, KuFlow allows you to define the content of the tasks and orchestrate the creation of each one of them. To do this, it is necessary to develop a worker workflow where the flow of tasks is defined. In the flow itself, the tasks are managed through KuFlow activity worker.

Example:

  1. Any system creates a process through the KuFlow API.
  2. KuFlow is responsible for invoking the workflow worker implementation created for this flow.
  3. From this point on, the defined workflow specifies the creation of new tasks that can be executed sequentially or in parallel.
  4. The human queries his tasks in the KuFlow UI.
  5. The human accesses the task assigned to him in the KuFlow UI.
  6. The human performs the task and marks the task as completed in the KuFlow UI.
  7. KuFlow informs the workflow that the task has been completed.
  8. The workflow can specify the creation of other tasks.

Advantages:

  • It is not necessary to develop human task management in each of the systems used by the organization.
  • The humans working in the organization have a tool that allows them to visualize and manage all their tasks in an integrated way.
  • The orchestration logic that guides the creation of tasks is executed within KuFlow ensuring that the workflow is scalable and fault tolerant.

Orchestrating business processes involving human and other systems

If, in addition to managing human tasks, we want KuFlow to help you manage business processes in which both humans and other applications or systems are involved, in addition to all the KuFlow modules mentioned above, we will have to develop activity workers to integrate the participating systems.

Example:

  1. Any system creates a process through the KuFlow API.
  2. KuFlow is responsible for invoking the workflow worker implementation created for this flow.
  3. From this point on, the defined workflow specifies the creation of new tasks that can be executed sequentially or in parallel.
  4. If the workflow creates human tasks:
    1. The human queries its tasks in the KuFlow UI.
    2. The human accesses the task assigned to him in the KuFlow UI.
    3. The human performs the task and marks the task as completed in the KuFlow UI.
    4. KuFlow informs the workflow that the task has been completed.
  5. If the workflow determines that another system needs to be invoked to perform some activity:
    1. The workflow assigns the activity to the appropriate activity worker.
    2. The activity worker performs the interactions with the external system.
    3. The activity worker returns the results to the workflow.
  6. The workflow can specify the creation of other tasks or activities.

Advantages:

  • It is not necessary to develop human task management in each of the systems used by the organization.
  • The humans working in the organization have a tool that allows them to visualize and manage all their tasks in an integrated way.
  • The orchestration logic that guides the creation of tasks and activities is executed within KuFlow ensuring that the business process is scalable and fault tolerant.
Kuflow Logo