notifyExternalSystem

open fun notifyExternalSystem(    @NonNull context: Context,     @NonNull processUUID: String,     @Nullable params: STWExternalSystemParams,     @Nullable callback: STWExternalSystemCallback<MyBusinessError>)

Sends a notification to an external system.

Parameters

context

Context The application context.

processUUID

String UUID of the process in witch the notification need to be sent.

params

STWExternalSystemParams params needed for the notification.

callback

STWExternalSystemCallback to handle notification events.