TWSAction actions
TWSAction actions are: - SubmitJobStream
- SubmitJob
- SubmitAdHocJob
- ReplyPrompt
Using the SchedTimeResolutionCriteria property
of the SubmitJob action
You use this property
to match the job in question with a specific instance of the job stream
that contains it (defined with the
JobStreamName property)
based on the job stream scheduled time. The possible values that you
can set are: - Previous
- The job is submitted with the closest previous job stream instance in plan.
- Next
- The job is submitted with the closest next job stream instance in plan.
- Any
- The job is submitted with any of the closest previous or closest next job stream instance in plan.