You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During integration set up with flow designers which involves MID servers , its better to check if MID server is up and running before we proceed with next steps in the integration.
2
+
when we are using MID Server cluster (where more than one MID server as a failover) its recommended to verify if atleast one MID server is up and establish the connect
3
+
MID server status inside cluster.js logic check if atleast one MID server is up if yes process next step in the integration if not abort the integration (we can have process to inform concered team)
4
+
example flow action :
5
+
where "inputs.midServerCluster.sys_id" is Cluster sys_id as input to the action
0 commit comments