For a list of all members of this type, see SubmitEntry members.
Public Properties
| Name | Description |
| Agent | Specifies the agent were this job should execute. |
| DisplayName | (Inherited from System.Activities.Activity) |
| ExceptForDate | A 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. |
| FailureActivity | You can set this to an activity that is only executed if the submitted job failed. |
| FinalSeverity | Returns the final severity of the job. This value is only valid if the "Wait" property is true. |
| FinalStatus | Returns the final status of the job. This value is only valid if the "Wait" property is true. |
| FinalStatusCode | Returns the final status code of the job. This value is only valid if the "Wait" property is true. |
| Id | (Inherited from System.Activities.Activity) |
| JobName | Specifies the name of the Job or Setup to be submitted. |
| OnlySubmitOn | A 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. |
| Properties | Collection of Properties. |
| Queue | Specifies a JAMS queue where the entry will be submitted. This overrides the queue specified in the job definition. |
| Result | (Inherited from System.Activities.Activity<int>) |
| ResultType | (Inherited from System.Activities.ActivityWithResult) |
| ScheduleDate | The date this Job should be submitted to run on with the default being today. |
| ScheduleTime | The 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. |
| ServerName | Specifies the name of the JAMS server. If you leave this empty, it will default to the server that is executing the workflow. |
| SetVariables | When true, we look at the value of the submitted Job's Parameters upon completion and update the value of matching Variables int the Workflow. |
| SubmitOnHold | If specified, the Entry will be submitted to the current schedule in a state of manual hold waiting to be released. |
| SubmitType | Specifies if the JobName property is a job name or a setup name. |
| SuccessActivity | You can set this to an activity that is only executed if the submitted job was successful. |
| UseParameters | When true, we look for parameters in the containing job that match parameters in the job being submitted. |
| UseVariables | When true, we look for Workflow variables and arguments that match parameter names. |
| Wait | When true, the activity waits for the job to complete before the activity completes. |
| WaitAfterFailure | When true, if the submitted job fails, the FailureActivity is scheduled and then this activity waits for further instructions (Retry or Continue). |
Top
Protected Properties
See Also