Regarding flow Designer SubFlow

karpuram sai di
Tera Contributor

Hi Community,

I recently moved a Subflow from one instance to Another instance via an Update Set. The subflow contains a Microsoft AD Spoke action to "Create Group."

The Issue: While the subflow works perfectly in the Source instance, it hangs at the AD "Create Group" step in the Target instance. The execution remains "In Progress" and never moves to the next path.

The Error: Looking at the logs, I see the following JavaScript Exception:

JavaScriptException: Error: {sys_id_value} is not a valid sys_id of the discovery_status table
The stack trace points to: -
Script Include: "DiscoveryStatusMonitor" -
Method: getDiscoveryStatusRecord -
Trigger: A Business Rule on ecc_queue that tries to process the agent_correlator field

 

What I've Checked:

  1. The AD Connection/Alias is configured and "Connection Successful" in the Target instance.

  2. The MID Server is up and has the necessary AD capabilities.

Can someone help me on this if anyone faced this issue.

Any help would be appreciated!