Camunda tasklist improt

Hi everyone, I already build the BPMN model in CAMUNDA Model but I can not import it to execute in Camunda task list.
How does it work, or is there any other options to test my model?
Thank you!

Hi,

This guide shows you how the Camunda tools work together: https://docs.camunda.org/get-started/bpmn20/

Edit: There is also a docs chapter on testing processes automatically in a Java environment: https://docs.camunda.org/manual/7.7/user-guide/testing/

Cheers,
Thorben

Hi,
Thank you.
But, the problem is that Apache Tomcat doesnt work for me when I run it the webpage doesnt open an error occurs.

Did you check the Tomcat log files for an error?

you mean “start-camunda.bat”? if this or any other else no I didn’t. How can I check?

Tomcat’s log files are located in ${path_to_camunda}/server/apache-tomcat-8.0.24/logs.

If you are unfamiliar with Tomcat and/or Java application development, you may want to extend your knowledge in these areas before you dive into Camunda or else you will likely have a hard time.

Hi again,

I fixed the problem with the log files cuz I had some problem with java configurations.

Now I can not login when I try to run camunda tasklist with my free demo account.
How can manage to run the model that I created in camunda modeler?

Thank you.

Best regards.
Ludian Komini

Hi Thorben,

When I perform a Maven build an error occurs like below:
[ERROR]
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project loan-approval: Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre1.8.0_144…\lib\tools.jar -> [Help 1]

Can you please help me solving this issue?

Thank you

Looks like you only have a JRE installed. You need a proper JDK, though.