I would like to set up a generic process to retrieve specific information about a workflow via a java script node? The specific information I would like to retrieve are :1) Workflow name2) Workflow path, for example for a technical work flow => administration/production/technical workflows/Work Flo...
Thanks for the replies @Darren_Bowers and @LaurentLam, it's good to be aware of potential pitfalls. The main use for the auto restart would be for technical work flows which load data from external systems. The process would be limited to selected work flows and would generate an alert to our supp...
I have created a utility workflow which monitors specific technical work flows to ensure they are running normally. If a work flow which should be running but isn't is found the following are executed to stop and restart it (using java script) xtk.workflow.Stop(strId)xtk.workflow.Start(strId)The pr...
Milan put me on the right track but a few adjustments were need to make things right for my situation. Here is what did the trick. var strId = id from nms.remaHypothesisnms.remaHypothesis.Stop(strId)nms.remaHypothesis.Start(strId)
We have an issue where hypothesis' get stuck in the "execution in progress" indefinitely. I've seen a few questions regarding this issue but so far no definitive answers. To mitigate the issue I would like to setup a technical workflow to automatically do the following.Determine if a hypothesis h...
We did eventually resolve the issue. Here is what was required from start to finish. For the time zone error it was step 4 that fixed the problem. 1) Marketing server hosts, Install MYSQL Client on adobe campaign marketing servers. The new MYSQL client is required for a new adobe campaign connecti...
We have setup a new MySQL connection and when we test the connection get the following error. The time zone noted in the error is the setting for both adobe campaign and the target mysql db. I noted one other thread regarding this issue but couldn't determine what the solution was. The connecti...
We have created a new external account connection for MYSQL. When testing the connection we get Investigation suggests that the customer.sh setting LD_LIBRARY_PATH needs to be updated to reference the MYSQL path for libmysqlclient.so.18 but this file does not exist on the unix server. I'm assumi...