I am trying to create one small POC for Agentic AI process creation. I have configured AI agent subprocess with REST connector which is pointing to local REST endpoint.
This rest endpoint is running and working from postman.
I have configured local ollama and that is also running with model present that is configured here.
I see token stuck in AI Agent subprocess and not moving forward.
BPMN is attached. agenticAI.bpmn (13.0 KB)
This looks like a common AI Agent subprocess issue related to connector runtime, tool feedback loop configuration, missing tool documentation, or output mapping to toolCallResult. I found the following relevant resources:
@cpbpm Yes, I followed his video tutorial, but it has Amazon Bedrock configuration, however few Camunda pages suggests OpenAI compatible for ollama local.
Ref
OpenAI has more props to configure like, api key, org id, project id, which I don’t see available for ollama local setup.
Pl. suggest on this observations.
Just FYI, I am not focusing on end to end agentic ai, just only expecting REST connector should run in AI Sub process context and will verify result on operate.
Then I can enhance this further.
I have successfully run an agent subprocess using local ollama running google gemma… in addition I include a rest connector tool and all runs fine, but slow given its all running on my local laptop…
I suggest diagnosing whats going on inside the llm first, eg have a look at ollama logs to see that its actually doing something…