{
@Override
public ConfigurationWorkflowElementOutput invoke( ConfigurationWorkflow parent, Object input, PrintWriter writer, BufferedReader reader, PrintWriter error )
{
CloudloopConfig config = parent.getSession( ).getCurrentConfig( );
ConfigurationWorkflowElementOutput output = new ConfigurationWorkflowElementOutput();
output.setOutputObject(config);
if ( input == null )
{