get Process Template Json
open fun getProcessTemplateJson(@NonNull context: Context, @NonNull processUUID: String): JSONObject
Content copied to clipboard
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.
process UUID
String the process uuid