We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
process definition id is a long in database, and truncated when using rest API, so i can't start a process using json result
when debuging, the corrrect value is return by api call, but should be converted/changed to string value, due to json conversion
bonita-examples/bonita-loan-request-application/loan-request-app-maven-kotlin/src/main/kotlin/org/bonitasoft/loanrequest/api/ProcessController.kt
Line 22 in a09a427
The text was updated successfully, but these errors were encountered:
educhastenier
No branches or pull requests
process definition id is a long in database, and truncated when using rest API, so i can't start a process using json result
when debuging, the corrrect value is return by api call, but should be converted/changed to string value, due to json conversion
bonita-examples/bonita-loan-request-application/loan-request-app-maven-kotlin/src/main/kotlin/org/bonitasoft/loanrequest/api/ProcessController.kt
Line 22 in a09a427
The text was updated successfully, but these errors were encountered: