Class FormInspectionsUtility

java.lang.Object
io.camunda.zeebe.process.test.inspections.FormInspectionsUtility

public class FormInspectionsUtility extends Object
  • Constructor Details

    • FormInspectionsUtility

      public FormInspectionsUtility()
  • Method Details

    • findLatestFormById

      public static Optional<io.camunda.zeebe.protocol.record.value.deployment.FormMetadataValue> findLatestFormById(String formId)
      Find the latest version of a form
      Parameters:
      formId - the id of the form
      Returns:
      the Optional latest version of the form if available