Is there a way to pass in custom activity tags to agents? #12460
-
Hello, is there a way to pass in custom tags when invoking agents so that they can appear in the spans in Application Insights? |
Beta Was this translation helpful? Give feedback.
Answered by
TaoChenOSU
Jun 13, 2025
Replies: 2 comments 1 reply
-
Hi @ahusseini, Unfortunately, no. Depending on your scenario, you may be able to wrap the agent invoke activity inside your custom activity (the agent invoke activity become a child activity of your activity) and attach attribute to your own activity. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ahusseini
-
Got it.
Sent from Yahoo Mail for iPhone
On Saturday, June 14, 2025, 2:49 AM, Ahmad Husseini ***@***.***> wrote:
That works, thanks @TaoChenOSU!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ahusseini,
Unfortunately, no. Depending on your scenario, you may be able to wrap the agent invoke activity inside your custom activity (the agent invoke activity become a child activity of your activity) and attach attribute to your own activity.