functionName: string, parameters: any, second: any (data attached in screenshot). worker.register_activity("echo_activity", |_ctx: ActContext, parameters: Value| async move { (Value is from type of serde value)parameters is just the data of second -> { "second": true}, so the last object in the array data is parsend into parameters.