functionName: string, parameters: any, second: anyfunctionName: string, parameters: any, second: any (data attached in screenshot). worker.register_activity("echo_activity", |_ctx: ActContext, parameters: Value| async move {worker.register_activity("echo_activity", |_ctx: ActContext, parameters: Value| async move { (Value is from type of serde value)parametersparameters is just the data of secondsecond -> { "second": true}{ "second": true}, so the last object in the array data is parsend into parameters.
Join the Discord to ask follow-up questions and connect with the community