JAMS Developer Guide
SubmitEntry Class Members
Fields  Properties  Methods  Events


MVPSI.JAMS.Activities Namespace : SubmitEntry Class

The following tables list the members exposed by SubmitEntry.

Public Constructors
 NameDescription
Public ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Top
Public Properties
 NameDescription
Public PropertySpecifies the agent were this job should execute.  
Public Property (Inherited from System.Activities.Activity)
Public PropertyA date specification that indicates the date(s) this Job or Setup should not be run on. The Workflow's ""Today"" date is taken into account when evaluating this date.  
Public PropertyYou can set this to an activity that is only executed if the submitted job failed.  
Public PropertyReturns the final severity of the job. This value is only valid if the "Wait" property is true.  
Public PropertyReturns the final status of the job. This value is only valid if the "Wait" property is true.  
Public PropertyReturns the final status code of the job. This value is only valid if the "Wait" property is true.  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the name of the Job or Setup to be submitted.  
Public PropertyA 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 PropertyCollection of Properties.  
Public PropertySpecifies a JAMS queue where the entry will be submitted. This overrides the queue specified in the job definition.  
Public Property (Inherited from System.Activities.Activity<int>)
Public Property (Inherited from System.Activities.ActivityWithResult)
Public PropertyThe date this Job should be submitted to run on with the default being today.  
Public PropertyThe 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 PropertySpecifies the name of the JAMS server. If you leave this empty, it will default to the server that is executing the workflow.  
Public PropertyWhen 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 PropertyIf specified, the Entry will be submitted to the current schedule in a state of manual hold waiting to be released.  
Public PropertySpecifies if the JobName property is a job name or a setup name.  
Public PropertyYou can set this to an activity that is only executed if the submitted job was successful.  
Public PropertyWhen true, we look for parameters in the containing job that match parameters in the job being submitted.  
Public PropertyWhen true, we look for Workflow variables and arguments that match parameter names.  
Public PropertyWhen true, the activity waits for the job to complete before the activity completes.  
Public PropertyWhen 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 PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity<int>)
Top
Public Methods
 NameDescription
Public MethodReturns a collection of custom attributes for this instance of a component.  
Public MethodReturns the class name of this instance of a component.  
Public MethodReturns the name of this instance of a component.  
Public MethodReturns a type converter for this instance of a component.  
Public MethodReturns the default event for this instance of a component.  
Public MethodReturns the default property for this instance of a component.  
Public MethodReturns an editor of the specified type for this instance of a component.  
Public MethodOverloaded. Returns the events for this instance of a component using the specified attribute array as a filter.  
Public MethodOverloaded. Provides an interface that supplies dynamic custom type information for an object.  
Public MethodReturns an object that contains the property described by the specified property descriptor.  
Public MethodResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>)
Public Method (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Activities.NativeActivity<int>)
Protected MethodOverloaded. Overridden. Registers Activity Metadata  
Protected Method (Inherited from System.Activities.NativeActivity<int>)
Protected MethodOverridden. Executes the SubmitEntry activity  
Protected MethodOverloaded.  (Inherited from System.Activities.NativeActivity<int>)
Protected Method (Inherited from System.Activities.NativeActivity<int>)
Top
Public Events
 NameDescription
Public EventEvent PropertyChanged, using Delegate PropertyChangedEventHandler  
Top
See Also

Reference

SubmitEntry Class
MVPSI.JAMS.Activities Namespace