Definition of Terms

What is Process Definition?

Process Definition is a template used for orchestrating various activities. It acts as a workflow automation framework that can be manually triggered to run or scheduled to automatically execute at a desired date and time.

It is composed of one or more activities that are woven together to create an automated workflow.

What is an Activity?

Activity is a component of a process definition that contains the actual task or operation. It contains various types of scripts, such as SQL, shell, Terraform, or Ansible scripts, which are executed to perform certain actions or manipulate data.

Each activity can also contain subprocesses that are also composed of one or more activities.

What is a Subprocess?

A subprocess refers to a smaller process that is part of a larger process. Each subprocess is composed of one or more activities, which contribute to the completion of the main process definition.

Last updated

Change request #660: