All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.camunda.operate.model.FlowNodeInstanceState Maven / Gradle / Ivy

There is a newer version: 8.6.4
Show newest version
package io.camunda.operate.model;

public enum FlowNodeInstanceState {
  ACTIVE,
  INCIDENT,
  COMPLETED,
  TERMINATED;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy