Hi @troubleshooter3 , Like you mentioned below code is one of the ways to get the status of running workflow. while (wfSession.getWorkflows(new String[] { "RUNNING" }).length != 0) {LOG.info("Waiting to Finish");}But if we triggering another workflow based on first workflow outcome, we would have ac...