JAMS Developer Guide
RunJobFile Class
Members 


MVPSI.JAMS.Sym.Activities Namespace : RunJobFile Class
Runs a JobFile on the Symitar System.

If the job file has parameters, you can supply the values for the parameters using Workflow variables or JAMS Parameters. When a job file parameter is encountered, we look for a Workflow variables named "SymParam1". If that variable does not exist, we look for a JAMS Parameter named "SymParam1". If that does not exist, we take the default value for the job file parameter.

The next job file parameter will go through the same sequence with the name "SymParam2".

Object Model
RunJobFile Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public Class RunJobFile 
   Inherits SymActivity
   Implements MVPSI.JAMS.Activities.ISupportCommands 
'Usage
 
Dim instance As RunJobFile
[System.Drawing.ToolboxBitmap()]
public class RunJobFile : SymActivity, MVPSI.JAMS.Activities.ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Sym.Activities.SymActivity
               MVPSI.JAMS.Sym.Activities.RunJobFile

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RunJobFile Members
MVPSI.JAMS.Sym.Activities Namespace