super( Fields.asDeclaration( scheme.getSinkFields() ) );
this.flowProcess = flowProcess;
this.scheme = scheme;
this.identifier = identifier;
this.sinkCall = new ConcreteCall();
this.sinkCall.setOutgoingEntry( this.tupleEntry ); // created in super ctor
if( output != null )
setOutput( output );
}