getProcessTemplateJson

open fun getProcessTemplateJson(@NonNull context: Context, @NonNull processUUID: String): JSONObject

Loads the template JSON from the given process. PS: It is highly recommended to call this method in an asynchronous thread.

Return

JSONObject of the process template, or null if process not found or not downloaded yet.

Parameters

context

Context The application context.

processUUID

String the process uuid