【发布时间】:2023-03-24 20:44:01
【问题描述】:
VB 脚本没有从工作流中调用 c# 方法。我做对了吗?我可以从服务器测试相同的代码。
Option Explicit
Dim testwfhandler
Set testwfhandler= CreateObject("CoreComponentWorkflow.WorkflowHandler")
If Not testwfhandler Is Nothing Then
Call testwfhandler.test()
End If
Set testwfhandler= Nothing
【问题讨论】:
标签: c# com vbscript tridion tridion-2011