Skip to main content
jeanalainb0001
April 25, 2022
Question

Warning in log file "Could not chain"

  • April 25, 2022
  • 10 replies
  • 0 views

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

10 replies

March 9, 2023

[mention:0898fd87c4f5421d84852c1f05d2e4e7:e9ed411860ed4f2ba0265705b8793d05]
Hi Jean
you got solution for this issue, we are facing similar issue 

stefanhelzle0001
Brainy
March 9, 2023

I think this is expected. The original idea of chaining was to forward the user in the UI to the user input task. Now, in such a scenario, the chain ends without any.

davel001150
March 9, 2023

Is it the chain from the timer to the timeout node?  Why would a chain ever successfully originate from a timer event?  It's not a user hoping to not get dropped.

jeanalainb0001
March 10, 2023

The process is under a Web API, the chaining is required to return the value calculated by expressions in the script activities even if the timeout is triggered

abhayd3663
March 10, 2023

Do you mean, you are using the process variables in the parent rule using fv!processInfo ? If not, then you don't need chaining because the sub-process runs synchronously.