cancel
Showing results for 
Search instead for 
Did you mean: 

Execute an Action on an activity

marcantoine
Champ in-the-making
Champ in-the-making
Hi,

I wan't to know why it isn't possible to execute an excecution on an specific activity but only on an execution.
It will refers to http://www.activiti.org/userguide/#N14359

Is it possible to add the URI:
PUT runtime/executions/{executionId}/activities/{activityId}


The under problem is if I have 2 similar activities who listen signal, it's not possible to differentiate them. or only by creating a signal per instance of activity.
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Marc-Antoine,

I have 2 similar activities who listen signal, it's not possible to differentiate them.

I would say, executionId differs for each of them. Did you try to get their executionIds? Could you create jUnit test for that?

Regards
Martin

marcantoine
Champ in-the-making
Champ in-the-making
Hi

Oh yeah of course, it work fine.
Sorry.