how to remote run the ACT using script
Han han
Member Posts: 4
**
i need send a script to Workbench, and control a ACT ruing. i have tried, but the error information as below, also i do not know how to define the ACT input using script
Tagged:
0
Answers
-
@Han han You can access step using
myWizard = Wizard.StartWizard(extId, wizadName)
step = myWizard.Steps[0]
0