Uses of Class
io.camunda.zeebe.model.bpmn.builder.ErrorEventDefinitionBuilder
Packages that use ErrorEventDefinitionBuilder
-
Uses of ErrorEventDefinitionBuilder in io.camunda.zeebe.model.bpmn.builder
Methods in io.camunda.zeebe.model.bpmn.builder that return ErrorEventDefinitionBuilderModifier and TypeMethodDescriptionAbstractBoundaryEventBuilder.errorEventDefinition()Creates an error event definition and returns a builder for the error event definition.AbstractBoundaryEventBuilder.errorEventDefinition(String id) Creates an error event definition with an unique id and returns a builder for the error event definition.AbstractEndEventBuilder.errorEventDefinition()Creates an error event definition and returns a builder for the error event definition.AbstractEndEventBuilder.errorEventDefinition(String id) Creates an error event definition with an unique id and returns a builder for the error event definition.AbstractStartEventBuilder.errorEventDefinition()Creates an error event definition and returns a builder for the error event definition.AbstractStartEventBuilder.errorEventDefinition(String id) Creates an error event definition with an unique id and returns a builder for the error event definition.