Table Headers


  • "Π" (Checkbox Column): Used for selecting individual workflow instances for bulk actions. Checking the box next to each instance allows you to choose multiple instances to operate on using the "BULK ACTIONS" button.

  • "ID": The unique identifier of each workflow instance. This is a primary key for referencing and managing individual workflow executions.

  • "Correlation ID": A correlation identifier, used to group related workflow instances together. This is often used in scenarios where multiple workflow instances are part of a larger business process or transaction.

  • "Workflow": The name or identifier of the workflow definition that this instance is based on. Clicking on this might link to the workflow definition details.

  • "Version": The version number of the workflow definition used for this instance. This is important for tracking changes and ensuring consistency.

  • "Name": A user-friendly name for the workflow instance, if one was provided when the instance was created. This might be based on the workflow definition name or a custom name assigned to the instance.

  • "Status": The current status of the workflow instance (e.g., Running, Completed, Failed, Suspended).

  • "Incidents": Indicates if the workflow instance has encountered any incidents or errors. This might be a count of incidents or a simple yes/no indicator.

  • "Created": The date and time when the workflow instance was created or started.

  • "Updated": The date and time when the workflow instance was last updated, typically when its status changed or an activity within it was executed.

  • "Finished": The date and time when the workflow instance completed (successfully or unsuccessfully). This will be empty for running instances.