cancel
Showing results for 
Search instead for 
Did you mean: 

How get custom action paramter from BPMinbox

Former Member
0 Kudos

Hello   Everyone

     I  am  used   two custom  action in  task .  In  BPMinbox  When I click on the custom action button, enter an examination and approval.

now  I need to get this parameter,but I don't know how to get this parameter 。BPMAPI is no message about this parameter.

who   can  tell  me   about this  paramter  any  Information。

Accepted Solutions (1)

Accepted Solutions (1)

ch_loos
Advisor
Advisor
0 Kudos

The comment is stored as a note on the task.

You can access the note via the BPM Java API:

TaskInstanceManager

Answers (1)

Answers (1)

ROHITGERA1
Participant
0 Kudos

Hi,

You can use the Custom parameter of task using the Output of the task and map the output of the task where you need it.

Thanks,

Rohit

Former Member
0 Kudos

Hi Rohit  Gera

    but I can't find  which Custom paramter name  mapping  this add  comment.Could you tell me more about it.

Thanks!

ROHITGERA1
Participant
0 Kudos

Hi,

As you told you are using the Custom Parameter in the task , so you can use that parameter when you are going to complete the task and can use as a task output.

Thanks,

Rohit

Former Member
0 Kudos

Hi  Rohit  Gera

     This  parameter is Standard In BPM Inbox Custom Action. I  don't  know   how use  this parameter complete  the task and use  as a task  output; And  I don't  know this parameter  name and value. So can  you tell  me   some code or method use  the parameter.

Thanks!