how to remote run the ACT using script

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:

Answers

  • Rajesh Meena
    Rajesh Meena Moderator, Employee Posts: 90
    Second Anniversary 10 Comments 5 Answers Solution Developer Community of Practice Member
    ✭✭✭✭

    @Han han You can access step using

    myWizard = Wizard.StartWizard(extId, wizadName)

    step = myWizard.Steps[0]