pub fn dispatch_activity(
namespace: &str,
task_queue: &str,
request: ActivityRequest,
) -> Result<ActivityResult, AionSurfaceError>Expand description
Dispatches an activity using the default embedded context.
ยงErrors
Returns AionSurfaceError when the channel name is invalid, no worker is available, the
conversation fails, or the worker reports an activity failure.