forwardProcess

open fun forwardProcess(    @NonNull context: Context,     @NonNull processUUID: String,     @Nullable callback: STWForwardProcessCallback<MyBusinessError>)

Exports process in PDF format to be forwarded as a file attachment.

Parameters

context

Context The application context.

processUUID

String the process uuid

callback

STWForwardProcessCallback to handle the operation events.