문제

I found the way to load a Workflow Activities Library dynamically by Assembly.

Is there a way to know the Input arguments needed to pass to the workflow before invoking it?

I cannot find any properties on the loaded type that shows me the arguments.

Thanks!

도움이 되었습니까?

해결책

Ended up using XAML instead of compiled Assembly.

That way I could cast it as a DynamicActivity and pull out the Properties that shows the InArguements.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top