T4S4  18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
T4X::WORKFLOW::BATCHJOB Namespace Reference

Namespaces

 CUSTOM
 

Variables

 BatchjobDefaults
 Namespace array buffer to define defaults for the Teamcenter workflow based job processing.
The following array elements are defined:

BatchjobDefaults(DefaultRetryTime) Defines a delay in seconds after a job the is sent into retry. More...
 

Variable Documentation

◆ BatchjobDefaults

BatchjobDefaults
static

Namespace array buffer to define defaults for the Teamcenter workflow based job processing.
The following array elements are defined:

BatchjobDefaults(DefaultRetryTime) Defines a delay in seconds after a job the is sent into retry.

BatchjobDefaults(BatchReviewerAttribute) Defines the job attribute that is used to identify the Teamcenter user credentials (default: ITK_TC_USER_ID)

BatchjobDefaults(useTaskStatusValidation4SuccessorTasks) Activates a build-in workflow TaskStatus validation for successor tasks to detect an application error or retry situation (default: true). Requires that BatchjobDefaults(useTaskStatusValidation) is set to true.

BatchjobDefaults(useTaskStatusValidation) Activates a build-in workflow TaskStatus validation to detect an application error or retry situation (default: false) To overwrite the build-in validation code it is possible to create a costumer specific implementation of the function with the following Interface

BatchjobDefaults(useBypassPrivilege) Activate the bypass privilege before the workflow task is executed (default: true)

BatchjobDefaults(DefaultTimeWindow) Defines the default job execution time window (default: "No TimeWindow")

BatchjobDefaults(MaxRetryCounter4NoTeamcenterConnection) Defines the maximum number of job execution retries in the case of Teamcenter connection issue (default: 1)

BatchjobDefaults(MaxRetryCounter4NotProcessedTask) Defines the maximum number of job execution retries in the case of "NotProcessedTask" situation (default: 1)

BatchjobDefaults(MaxRetryCounter) Defines the maximum number of job execution retries in the case of a detected application error (default: 0)

BatchjobDefaults(DebugSwitch) Enables or disables a more detailed debugging output during the job processing (default: OFF)

BatchjobDefaults(BatchJobTimeout) Defines the default job processing timeout for a job (default: 3600)

BatchjobDefaults(BatchJobPrio) Defines the default priority in the job pool (default: 50)

BatchjobDefaults(InboxRescanTimeSecs4MissingJobs) Defines the number of seconds the job is waiting if the Task couldn't be found in the inbox of job processing user (default: 60)

BatchjobDefaults(TriggerComment) Defines the default comment used during the Teamcenter workflow task trigger (default: "Triggered by T4X batchserver")

BatchjobDefaults(StopITK) Defines if the ITK connection is closed after the job is executed (default: "TRUE")