Warning in log file "Could not chain"

Hello,

I see in a log file named "db_PX..." a lot of error : [Activity Chaining] Could not chain to attended activity.  No attended activity with compatible assignment was found."

but the related process seem working fine and I do not see any specific. The process is called by a webAPI and the result of the process is returned as result by the WebAPI.

The process is very simple.

The sub process called is

Have you already received a similar warning ?

I suspect the complex gateway.

Regards

Jean-Alain

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Abhay,

    I don't agree with you. You forgot that the process is called by a Web API. Chaining is required to have the result of the enitre process instance.

    For example :

    If I have a process chained that call synchronously a subprocess not chained

    I receive  { "abc" : "", "one" : 1, "two" : 0, "xyz" : "" } script activities after he first not chained root are not executed before the response is sent to the Web API

    If the sub process is chained, I recieve { "abc" : "abc", "one" : 1, "two" : 2, "xyz" : "xyz" } that is the goal.

Children
No Data