Execute Human Task With API

1
0
-1

Hello,

I want to execute human task using API. How can I do that ?

Thanks

1 answer

1
0
-1
This one is the BEST answer!

Hello,

if you want to perform actions on processes and Task, go to the JavaAPI documentation:

  • Package org.bonitasoft.engine.api
  • Interface ProcessRuntimeAPI

When you are telling you want to execute a human task using API, can you explain a bit more your use case? do you call it from an external system? Is it a call to action from a Submit button in a form? Thank you

Comments

Submitted by kalmakhelidze10... on Fri, 09/25/2020 - 13:57

Did it using this JavaAPI thank you

Submitted by kalmakhelidze10... on Fri, 09/25/2020 - 12:55

Hi, thank you for answer. Unfortunately the human task do not have Submit Button and it can not be executed with button. I will use any way other than button to execute the task. I am using community version 7.8.4. Is it possible ??

Notifications