Camunda 8 API

Hello,
Actually I am working on Camunda 8 API design and I need some clarifications.
1 - Which API on Camunda 8 allow to get the historic of task ?
2 - On Camunda 8 when I see the type of task and comparing on Camunda 7 we don’t find these information’s :
Owner
Due date
FollowUpDate
Priority

Hey @Hela - welcome to the Camunda Community! :wave:
Camunda Platform 8 does not contain a full fletched history API such as Camunda 7 has. Though we are working on building one. You can find a lot of historic information in the Operate API - nothing specific about tasks though. Below you can find the link to the API docs.

Yes you are absolutley right about these properties not being available in Camunda Platform 8. You could use boundary events though to mimic the behaviour of due and follow-up date. :thinking:

Hopefully this was a little bit helpful for you!
Best,
Thomas

1 Like

Thanks for your response.
Regarding Tasklist API (Graphql) we have only claimTask,completeTask and unclaimTask in documentations.
How can I do for the others instruction :
1- StartProcess
2- AssignTask
3- ExecuteTask
4- DelegateTask ?

Best regards,
Hela

Thanks for your response.
Regarding Tasklist API (Graphql) we have only claimTask,completeTask and unclaimTask in documentations.
How can I do for the others instruction :
1- StartProcess
2- AssignTask
3- ExecuteTask
4- DelegateTask ?

Best regards,
Hela

Hi, have you found a way starting tasks via REST API?

I spent a lot of time investigating - no idea of how doing this.

I’ve created a simple REST API as a community project. You can use it to create new process instances. It’s still in Beta, as I’m looking for feedback. Not all operations are available yet. Let me know what you think.

1 Like