cancel
Showing results for 
Search instead for 
Did you mean: 

Issue related to working of call activity event

pratikbeedkar
Champ in-the-making
Champ in-the-making
Hi,

I came across weird behavior while using call activity event.

Scenario: I have two BPMN processes A and B. Process A has two objects - call activity followed by email task, process B has user task followed by script task (script task just prints "hello"). I am calling process B using call activity event of process A. While doing so, control passes over to process B, but when trying to complete user task, I am getting some error (which is related to execution of script task).

I tried placing user task before and after script task in process B, I also tried keeping only script task in process B. But no change in result.

I suspect the issue is related to inclusion of script task to the process which is being called using call activity event.

Question - Can't we have script task in a process which is being called from some other process using call activity event?

I am using workflow engine of OpenIDM (http://forgerock.com/products/open-identity-stack/openidm/) which supports activiti, to execute these processes. Please find attached openIDM error logs which I am getting while executing above mentioned scenario.

Could it be a bug in OpenIDM? any thoughts on this?

Any reply is highly appreciated.



3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
> Can't we have script task in a process which is being called from some other process using call activity event?

No problem with having a script task there.

Looking at the stacktrace, it does seem to be on the openidm side.

pratikbeedkar
Champ in-the-making
Champ in-the-making
Yeah..checking on OpenIDM side.

Thanks for the update.

jbarrez
Star Contributor
Star Contributor
Thanks. Do post back if it seems to be an Activiti issue