class documentation

Outbound interceptor to wrap calls made from within workflows.

This should be extended by any workflow outbound interceptors.

Create the outbound interceptor.

Parameters
next:WorkflowOutboundInterceptorThe next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor.

Undocumented