I think it would be a nice improvement if in Agentic Processes if when you invoke a Service Task it would work with published processes which have coded workflows as the main entry-point workflow.
Currently, it cannot identify the in and out arguments.
Orchestrator already plays nice with these, so having parity on this feature would be useful.
Can you share more about the specifics of your coded workflow? Do you have a specific type which doesn’t work? With what Studio version was the coded workflow published?
Thanks for taking the time to help me out. I am on Studio 2025.0.176 STS.
I tried it with both int and string arguments. Both as in and out arguments. I know they are setup properly, because they appear as in/out arguments when running the process or setting up a trigger in Orchestrator.
As a side note, I otherwise love how interoperable Agentic Processes are with coded projects built in Studio Desktop. I work on a lot of long/complex automations so being able to build out/test all the big business logic in Desktop with C# and then tie it all together in Agentic Processes is pretty useful.