\name{activeWorkflow } \alias{activeWorkflow } \title{activeWorkflow } \description{ This function returns the currently activated workFlow object. } \usage{ activeWorkflow() } \value{ \item{wf}{Currently activated workFlow object.} } \section{Methods}{ \describe{ \item{show}{\code{signature(object = "flowSet")}: Show a workflow objects of an active flowset. } } } \author{ Kyongryun Lee } \examples{ \dontrun{wf <- iFlow:::activeWorkflow()} \dontrun{wf} } \keyword{internal}