flowable / flowable/flowable-engine

failedJobRetryTimeCycle is not found in Spring boot 3.3.4

Open
#4,004 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

I have definitions set:
``

and my failedJobRetryTimeCycle looks like that:

```

R5/PT7M

```

and every time i try to start the spring boot app, I am getting:

`Caused by: org.flowable.bpmn.exceptions.XMLException: javax.xml.transform.TransformerException: javax.xml.stream.XMLStreamException: org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 61; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://www.omg.org/spec/BPMN/20100524/MODEL":documentation}'. One of '{"http://www.omg.org/spec/BPMN/20100524/MODEL":auditing, "http://www.omg.org/spec/BPMN/20100524/MODEL":monitoring, "http://www.omg.org/spec/BPMN/20100524/MODEL":categoryValueRef, "http://www.omg.org/spec/BPMN/20100524/MODEL":incoming, "http://www.omg.org/spec/BPMN/20100524/MODEL":outgoing, "http://www.omg.org/spec/BPMN/20100524/MODEL":ioSpecification, "http://www.omg.org/spec/BPMN/20100524/MODEL":property, "http://www.omg.org/spec/BPMN/20100524/MODEL":dataInputAssociation, "http://www.omg.org/spec/BPMN/20100524/MODEL":dataOutputAssociation, "http://www.omg.org/spec/BPMN/20100524/MODEL":resourceRole, "http://www.omg.org/spec/BPMN/20100524/MODEL":loopCharacteristics}' is expected.`

Also, when I am using intellij, failedJobRetryTimeCycle is the only property, where is no "reference" reference shown.

I use these plugins together with spring boot 3.3.4

```
implementation("org.flowable:flowable-spring-boot-starter:7.1.0")
implementation("org.flowable:flowable-spring-boot-starter-rest:7.1.0")
implementation("org.flowable:flowable-spring-boot-autoconfigure:7.1.0")
implementation("org.flowable:flowable-engine:7.1.0")
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.