开发者

Invoking a workflow activity from a code activity

开发者 https://www.devze.com 2023-02-13 12:09 出处:网络
Is there a way to call a custom made workflo开发者_StackOverfloww activity from within a CodeActivity? I have created some helpful activities (like sending emails and then writing to a log) that I use

Is there a way to call a custom made workflo开发者_StackOverfloww activity from within a CodeActivity? I have created some helpful activities (like sending emails and then writing to a log) that I use in some non-code based workflow activities and am wondering how I can use these from within my CodeActivity.

Thanks.


You need to use a NativeActivity instead of a CodeActivity. With the NativeActivity the execution context will allow you to schedule other child activities.

0

精彩评论

暂无评论...
验证码 换一张
取 消