![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
checkTriggerStatus4Retry TaskTag ItkStatus | |
This function returns the true if the ITK status provided is matching defined rule, otherwise the result will be false. More... | |
sendTC_InfoEMail WorkflowTag MailText | |
procedure to send an tc email, called by work flow batch jobs More... | |
validateTaskStatus TaskTag | |
This custom function could be used to implement customer specific rules to identify if a give Task or the corresponding job is completed or not. More... | |
T4X::WORKFLOW::BATCHJOB::CUSTOM::checkTriggerStatus4Retry | TaskTag ItkStatus | ||
This function returns the true if the ITK status provided is matching defined rule, otherwise the result will be false.
TaskTag | Tag of the triggered task |
ItkStatus | Status number |
true
used
to enable a retry of the batch job false
or
any other value will be treated as no batch job retry possible or needed References T4X::CORE::getSessionLogChannel(), and tpwrite().
T4X::WORKFLOW::BATCHJOB::CUSTOM::sendTC_InfoEMail | WorkflowTag MailText | ||
procedure to send an tc email, called by work flow batch jobs
WorkflowTag | |
MailText | Predefined error text based on the internal collected error messages |
References ITK::AOM_ask_owner(), ITK::AOM_save_with_extensions(), T4X::CORE::getSessionLogChannel(), ITK::isITK_ok(), ITK::MAIL_add_envelope_receiver(), ITK::MAIL_send_envelope(), ITK::TCTYPE_simplified_create_object2(), and tpwrite().
T4X::WORKFLOW::BATCHJOB::CUSTOM::validateTaskStatus | TaskTag | ||
This custom function could be used to implement customer specific rules to identify if a give Task or the corresponding job is completed or not.
TaskTag | Workflow task tag |