inside tasklist i pressed strat process to get my process as shown bellow
then pressed stat and shown message the process has been strated
but no process appear in left task bar !!
please help me .
inside tasklist i pressed strat process to get my process as shown bellow
then pressed stat and shown message the process has been strated
but no process appear in left task bar !!
please help me .
Can you upload your process?
none of the tasks are user tasks, so nothing is going to show up in tasklist.
You need to change the task type in the modeler and re-deploy.
witch user task in modeler …can you share picture !! sorry am new in camunda .
thanks it works …
now how can i integrate this process with my web app (php app )and make it automation ?
Very big question
Query for the task - use REST
Then just complete it
thanks alot … i finished the steps of rest API and completed task as this steps in video (Tutorial: How to Use Camunda's Rest API (Video 4) - YouTube) . and stoped at final step on it as shown bellow
Hi @sunds,
What do you mean by next step?
As @Niall said, REST API can be invoked from your PHP application and as examples of most common functions he mentioned REST API used to query for task(s) or to complete a specific task.
i see do you have any documentations or video talk about same request to follow it? because am new in this side .
thanks i saw it before but i could not know how integrate form data of my web app with specific process in camunda ?
if u have any example with steps pleas share it .