forwardProcess

suspend fun forwardProcess(    context: Context,     processUUID: String,     callback: STWForwardProcessCallback?)

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 and the uri of generated file.