JAMS 6.x Help
Submit Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by Submit.

Public Constructors
 NameDescription
Public ConstructorSubmit ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Top
Public Properties
 NameDescription
Public PropertyAgentSpecifies the agent node were this job should execute.  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyExceptForDateA Date  
Public PropertyFailureActivityYou can set this to an activity that is only executed if the submitted job failed.  
Public PropertyFinalSeverityReturns the final severity of the job. This value is only valid if the "Wait" property is true.  
Public PropertyFinalStatusReturns the final status of the job. This value is only valid if the "Wait" property is true.  
Public PropertyFinalStatusCodeReturns the final status code of the job. This value is only valid if the "Wait" property is true.  
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyJobNameSpecifies the name of the Job or Setup to be submitted.  
Public PropertyOnlySubmitOnA date specification which is used determine if the Job or Setup should be submitted during the Workflow's execution. The value will be compared with the Workflow's ""Today"" date, which is by default the current date unless it was changed by a ""SetToday"" Activity. Multiple dates can be specified using commas.  
Public PropertyQueueSpecifies a JAMS queue where the entry will be submitted. This overrides the queue specified in the job definition.  
Public PropertyResult (Inherited from System.Activities.Activity<int>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Public PropertyScheduleDateThe date this Job should be submitted to run on with the default being today.  
Public PropertyScheduleTimeThe time this Job should be submitted to run at. The default is immediately unless the definition has an additional constraint such as a Submit Window.  
Public PropertyServerNameSpecifies the name of the JAMS server. If you leave this empty, it will default to the server that is executing the workflow.  
Public PropertySetVariablesWhen true, we look at the value of the submitted Job's Parameters upon completion and update the value of matching Variables int the Workflow.  
Public PropertySubmitTypeSpecifies if the JobName property is a job name or a setup name.  
Public PropertySuccessActivityYou can set this to an activity that is only executed if the submitted job was successful.  
Public PropertyUseParametersWhen true, we look for parameters in the containing job that match parameters in the job being submitted.  
Public PropertyUseVariablesWhen true, we look for Workflow variables and arguments that match parameter names.  
Public PropertyWaitWhen true, the activity waits for the job to complete before the activity completes.  
Public PropertyWaitAfterFailureWhen true, if the submitted job fails, the FailureActivity is scheduled and then this activity waits for further instructions (Retry or Continue).  
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<int>)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity<int>)
Protected MethodCacheMetadataOverloaded. Overridden. Registers Activity Metadata  
Protected MethodCancel (Inherited from System.Activities.NativeActivity<int>)
Protected MethodExecuteOverridden. Executes the Submit activity  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<int>)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<int>)
Top
Public Events
 NameDescription
Public EventPropertyChangedEvent PropertyChanged, using Delegate PropertyChangedEventHandler  
Top
See Also

Reference

Submit Class
MVPSI.JAMS.Activities Namespace

Send Feedback