Default System Process Definitions

System Process Definitions are internal Process Definitions and can be recognized by their prefix (System_) and their Definition Type (System). The following system Process Definitions are available.

System_Aggregate_History

Aggregate the history data for processes.

System_AggregateMonitorData

Aggregate the monitor data for MonitorValues.

System_Alert_Send

Raise an ad hoc alert. This definition requires the Alerting module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters alertSource Alert Source

String In

Parameters data Data

String In

Parameters reply Reply

String Out

System_APP_Install

Installs a signed application, signed applications are distributed by Redwood and add additional functionality to your environment.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters CarUrl Signed application file

File In

Parameters TargetPartition Partition

String In

Parameters ApplicationData Output data

String Out

System_APP_Uninstall

Uninstall signed/unsigned objects.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters BusinessKeys Objects

String In

Parameters TestRun Test run

String In `Yes`

Parameters CancelRecurrences Cancel recurrences

String In `No`

Parameters DeleteFinalProcesses Delete final processes

String In `No`

Parameters ProcessDiscardedOnly Process discarded objects only

String In `No`

System_ArchiveAuditObjects

Archives audit entries into an XML file and deletes them from the Audit Trail.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Kind Archive audit objects by

String In

Parameters ObjectType Object Type

String In

Parameters BusinessKeyPattern Business Key Contains

String In

Parameters Partition Partition

String In

Parameters CreationDate Date is before

Date Time Zone In

Parameters AuditAgeUnits Age is greater than

Number In

Parameters AuditAgeUnitType Age Unit Type

String In

Parameters WriteOutput Write selected items to output file

String In `Yes`

System_ArchiveEvents

This process allows the caller to remove cleared events. It is also possible to record the removed events in the output logfile.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters EventPrefix Restrict search using event name prefix

String In

Parameters Kind Remove cleared events using

String In

Parameters RaisedSequence Remove before raised sequence number

Number In

Parameters ClearedDate Remove Before Date

Date Time Zone In

Parameters EventAgeUnits Remove Before Age

Number In

Parameters EventAgeUnitType Use Age Unit Type

String In

Parameters WriteOutput Write selected items to output file

String In `Yes`

System_AS400_Command

This process allows the caller to send a command to an AS400 system and receive the process/log output in report format. This definition requires the AS/400 module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters AS400Server The name of the AS400 server to connect with

String In

Parameters AS400User The account to establish the connection with

String In

Parameters COMMAND The command to execute on the system

String In

System_AS400_Trace

Trace the interface code (java code) that is needed to run a command that runs on a AS400 system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters AS400Server The name of the AS400 server to connect with

String In

Parameters AS400TraceLevel Trace level that needs to be set

String In

System_Backup

Perform a database backup. The results might be inconsistent because this is performed on a running database.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Filename File Name

String In

System_ChangeOwner

Change owner of Process Definitions and/or Groups.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters currentUser Current Owner of the Objects

String In

Parameters newUser New Owner of the Objects

String In

Parameters includeJobDefinitions Change Owner of Process Definitions?

String In `No`

Parameters includeRecurrences Change Owner of Recurrences?

String In `No`

Parameters DryRun Do a dry run? (no changes will be persisted)

String In `No`

Parameters ChangeLocked Also change owner of locked objects?

String In `No`

System_CollectJobOutput

Creates a ZIP file with process overviews for a list of processes, including all job files.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JobIds Process ids Comma separated list of process ids String In

Parameters JobQueryFilter Query filter Business key of the job query filter String In

Parameters JobFileLinkType Type of links Type of links to be used in the process overviews, either relative links or permalinks String In `RelativeLink`

Parameters IgnoreMissingFiles Ignore non-available files Indicates if the job should continue or go to error if a non existing file is encountered String In `Yes`

Parameters IncludeLinkedFiles Include linked files Indicates if it is required to archive linked job files or not String In `No`

Parameters ZipEntryPattern Zip entry pattern Pattern for the zip entries, may contain expressions such as ${JobId}, ${Description} and ${ScheduledStartTime} String In

Parameters JtoolOptions Options for jtool Options to be appended to the jtool command String In

System_CollectStatistics

This process automatically runs to collect system statistics.

System_CreateEditScreenEntries

A registry entry is created for each edit screen and all tabs available. This allows for setting of visibility levels per tab.

System_CreateMonitorTree

This process creates a default monitor tree under /System/Queue and /System/ProcessServer.

System_CredentialTrace

Enables dynamic trace of credential handling for a single process. Submit the process that needs to be traced in Hold status and then submit this process definition and pass the ID of that process in the Hold status. This will release the process and an extra file named 'stdcredential.log' will be created with the desired trace information.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JobId Process ID

Number In

System_Defaults_Partition

System_DeleteJobFiles

This process is run periodically as part of system maintenance. It deletes files from processes that have been deleted.

System_DoNothing

This script does nothing, and can be used as a placeholder script while building a chain definition.

System_DynamicTrace

Enables dynamic tracing to help with problem solving. Format of the trace string is as follows: <category>=<level>;<category>=<level>;... Valid levels are 'debug', 'warn', 'info', 'error', and 'fatal'.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TraceString Trace String

String In

Parameters MinutesToRun Minutes to Run

Number In `15`

Parameters Scope Scope

String In

System_ExecuteExternalJob

This process is only to be used under the direction of Redwood support.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters fileName File Name

String In

System_ExplainJobStatus

This process explains the conditions that prevent the process from being scheduled to run now. For non-queued processes, this does not provide any useful information.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters jobId ID

Number In

System_Export_Application

This process exports an application and its descendant objects. They are exported to an archive that is attached to the process as a file. This definition requires the Import/Export module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters applicationPath Path of application to be exported

String In

System_ExportAuditObjects

Archives audit entries into an XML file and leaves the Audit Trail intact.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Kind Export audit objects by

String In

Parameters ObjectType Object Type

String In

Parameters BusinessKeyPattern Business Key Contains

String In

Parameters Partition Partition

String In

Parameters CreationDate Date is before

Date Time Zone In

Parameters AuditAgeUnits Age Greater Than

Number In

Parameters AuditAgeUnitType Age Unit Type

String In

System_Export_RuleSet

This process exports a set of objects. The set of objects to be exported is defined using an export rule set, and is exported to an archive that is attached to the process as a file. This definition requires the Import/Export module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters exportRuleSetName Name of the export rule set that specifies the objects to be exported

String In

System_External_Command

Run command native to the operating system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters COMMAND Command to execute

String InOut

Parameters JCS_USER OS Account this process will run under

String In

System_External_REL_Command

Run command (REL evaluated) native to the operating system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REL_COMMAND Command (REL Evaluated) to execute

String InOut

Parameters JCS_USER OS Account this process will run under

String In

System_FetchRemoteMonitorTree

This process fetches a part of the monitor tree from a remote system, and applies it to this system's local monitor tree.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters MonitorTreeCredTable Monitor credential table name

String In `System_SoapCredentialMonitorTree`

System_ForceJobStatusUnknown

This process will force running processes to the status "Unknown".

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JobId ID

Number In

Parameters JobIds List of IDs

Number In

System_FTP_delete

Delete a file from remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters RemoteFile Name of remote file

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_get

Get file from remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters RemoteFile Name of remote file

String In

Parameters LocalFile Name of local file

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_list

List directory on remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters ListDirectory Directory to retrieve a listing from

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_mget

Retrieve files matching pattern from remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters Pattern Pattern of files to match

String In

Parameters LocalDirectory Name of local directory

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_mget_Parallel

Multi-threaded download of files using FTP.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters ProcessServer The name of the process server where this process will run

String In

Parameters Queue The name of the queue in which this process will run

String In

Parameters JCS_REMOTE_ENDPOINT Host name of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters RemoteFile Source directory and pattern

String In

Parameters LocalFile Destination directory

String In

Parameters JCS_SSL_ENABLE Use a secure connection

String In

Parameters JCS_SSL_METHOD Use TLS or SSL

String In

Parameters JCS_SSL_CERTIFICATE_PATH The path to your certificate file

String In

Parameters JCS_SSL_KEYPATH The path to your keyfile

String In

System_FTP_mkdir

Create directory on remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters RemoteDirectory Name of remote directory

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_mput

Upload files matching pattern to remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters Pattern Pattern of files to match

String In

Parameters RemoteDirectory Name of remote directory

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_mput_Parallel

Multi-threaded upload of files using FTP.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters ProcessServer The name of the process server that this process will run on

String In

Parameters Queue The name of the queue that this process will run in

String In

Parameters JCS_REMOTE_ENDPOINT The hostname of the FTP server to connect with

String In

Parameters JCS_REMOTE_USER The name of the account to log in with

String In

Parameters LocalFile Source directory and pattern

String In

Parameters RemoteFile Destination directory

String In

Parameters JCS_SSL_ENABLE Use a secure connection

String In

Parameters JCS_SSL_METHOD Use TLS or SSL

String In

Parameters JCS_SSL_CERTIFICATE_PATH The path to your certificate file

String In

Parameters JCS_SSL_KEYPATH The path to your keyfile

String In

System_FTP_put

Upload file to remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters LocalFile Name of local file

String In

Parameters RemoteFile Name of remote file

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_FTP_rmdir

Remove directory on remote server.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_REMOTE_ENDPOINT Hostname of FTP server to connect with

String In

Parameters JCS_REMOTE_USER Name of account to log in with

String In

Parameters RemoteDirectory Name of remote directory

String In

Parameters JCS_SSL_ENABLE Enable SSL

String In `false`

Parameters JCS_SSL_METHOD Secure protocol

String In `tls`

Parameters JCS_SSL_CERTIFICATE_PATH Path to the certificate file

String In

Parameters JCS_SSL_KEYPATH Path to the key file

String In

System_GetSupportFiles

It can be run from a Process Server, a Process or the Product Information Icon.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JobId Get files related to Process with Id

Number In

Parameters ProcessServerId Get files related to Process Server with Id

String In

Parameters Files Internal parameter for available files

String In

System_GrantAccessToOwnedObjects

This process can be used to grant access to objects that have an owner. It selects objects that have 'fromOwnerSubject' as owner subject and creates 'All' privileges for the 'toSubject'. If the 'toSubject' already has a privilege for a given object, it changes this privilege into an 'All' privilege.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters fromOwnerSubject Owner of the objects

String In

Parameters toSubject Grant privileges to

String In

Parameters includeQueryFilters Create privileges for Query Filters?

String In `No`

Parameters includeNavigationBars Create privileges for Navigation Bars?

String In `No`

Parameters includeDashboards Create privileges for Dashboards?

String In `No`

Parameters includeVisualizationAlerts Create privileges for Visualization Alerts?

String In `No`

Parameters includeVisualizationPSQueues Create privileges for Visualization PS Queues?

String In `No`

Parameters DryRun Do a dry run? (No changes will be persisted)

String In `No`

System_Ignored_Alert_Reporter

Send reports for the number of ignored alerts by e-mail to the addresses that have been ignored. An address is ignored if the number of e-mails sent to the address exceeds the alert rate limit within the alert rate window. This definition requires the Alerting module license.

System_Import_Archive

This process imports all definitions from a Cronacle Archive (CAR). The archive is located by URL. This definition requires the ImportExport module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters CarUrl File Name or URL of Archive

String In

Parameters ImportRuleSetName Name of import rule set to be applied to imported objects

String In

Parameters TestMode Test mode activated

String In

true,false
Parameters ImportResult Import result as REST objects

String Out

Parameters TargetPartition The target partition of the imported objects

String In

Parameters auditReason Reason for Change

String In

Parameters ImportRuleSetProperties The properties of the import rule set

String In

Parameters ApplicationData Output data

String Out

Parameters InvalidateOnError Invalidate definitions on error

String In

Parameters CatalogObjectImportRule Rule for installing catalog packages

String In

Absent,Newer,All

System_Import_Archive_WithApproval

Import an archive, but only when the operator message that gets created is approved.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters CarUrl File Name or URL of Archive

String In

Parameters ImportRuleSetName Name of import rule set to be applied to imported objects

String In

Parameters TestMode Test mode activated

String In

Parameters ImportResult Import result as REST objects

String Out

Parameters TargetPartition The target partition of the imported objects

String In

Parameters auditReason Reason for Change

String In

Parameters ImportRuleSetProperties The properties of the import rule set

String In

Parameters ApplicationData Output data

String Out

Parameters InvalidateOnError Invalidate definitions on error

String In

Parameters CatalogObjectImportRule Rule for installing catalog packages

String In

System_Import_JarFile

This process imports a Java Archive (JAR) into a library. The archive is located by URL. This definition requires the Import/Export module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Jar File name or URL of the archive

File In

Parameters Library Name of the library in which the archive is to be included

String In

Parameters JarFileName The new name of the jar file to be saved in the library

String In

Parameters auditReason Reason for Change

String In

System_Import_Settings

Specify a run-as user to limit access to running imports or set lockdown to true to prohibit imports.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters runAsUser Run-as user

String In

Parameters lockdown Lockdown

String In

System_Import_SystemCarFiles

This process imports the Cronacle Archive (CAR) definitions that are supplied with Cronacle. Archives can be selected via a drop down list.. This definition requires the Import/Export Module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters CarFile File name of Archive

String In

System_Import_ThirdParty

Import data from third parties into Cronacle.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters CarUrl Car URL

String In

Parameters JobDefinitionPerformingImport Process definition performing import

String In

Parameters DefaultTimeZone Default time zone

String In

Parameters DestinationPartition Destination partition

String In

Parameters OutFileUrl Out file URL

String InOut

Parameters ImportRuleSetName Name of import rule set to be applied to imported objects

String In

System_Import_ThirdParty_Plugin

Start the import of data from third parties into Cronacle.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Source Source

String In

Parameters JobDefinitionPerformingImport Process definition performing import

String In

Parameters DefaultTimeZone Default time zone

String In

Parameters DestinationPartition Destination partition

String In

Parameters OutFileUrl Out file URL

String Out

System_Info

This process retrieves all of the available information from the current JVM and place it in the log file for the process.

System_InitializeOracleService

This process performs the initialization of the Oracle Job service which allows you to run Oracle Jobs. When the Process Server GLOBAL.System_Oracle already exists, make sure it is shutdown.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters SysPassword Oracle Password of SYS user

String In

Parameters StartProcessServer Start the Process Server

String In

System_Internal_Chain118556356

Redwood_TM_ManualTaskExecution_1 1.

System_Internal_Chain118556941

Redwood_TM_ManualTaskExecution_1test 1.

System_Internal_Chain118619236

Redwood_TM_ApprovalChain_1 1.

System_Internal_Chain1631777

Redwood_TM_ApprovalChain 1.

System_Internal_Chain1633007

Redwood_TM_ManualTaskExecution 1.

System_Internal_Chain20015854

Redwood_TM_ManualTaskExecution_Aleksander 1.

System_Internal_Chain7558524

Redwood_TM_ManualTaskExecution 1.

System_Internal_Chain7558618

Redwood_TM_ApprovalChain 1.

System_Internal_JobDefinition_100694413

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_101088950

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_102881117

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_102931609

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_103004408

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_104797961

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_105211413

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_107103387

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_108526370

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_109860363

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_110337264

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_111096327

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_112752011

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_112890250

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_113723858

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_113840383

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114092338

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_114211554

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114212238

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114212349

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114213434

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114213751

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114214454

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114290787

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114370973

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114482860

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114710635

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_114728153

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114748067

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114748481

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114749083

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114769139

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114974794

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114976045

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114976673

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_114984557

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115203621

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_115272275

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115272558

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115272768

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115422532

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115433643

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115444527

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115562898

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_115781085

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_115872675

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116110506

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_116123753

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116146763

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116195148

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116229997

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116284538

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116363978

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116364567

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116463225

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116514199

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_116778609

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_116822897

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_117009757

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_117010018

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_117206324

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_117462204

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_117478582

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_117478962

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_117758275

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_118159478

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_118164362

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118208141

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118246490

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118278934

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118368819

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118636617

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118641163

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118748054

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118751126

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_118889987

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119304349

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_119363379

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119363724

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119366710

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119374570

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119379015

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119383329

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119383351

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119384230

BestRun Germany - Process_List_20240620_100155.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119384713

BestRun Germany - Process_List_20240620_100430.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119410701

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119557919

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119848039

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_119893441

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_119922415

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_120219265

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_120566576

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_120572473

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_120633934

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_120680779

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_120723899

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121114126

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_121167790

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121168016

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121168232

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121589929

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_121601026

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121601254

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_121973646

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_121980627

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_122045505

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_122055046

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_122363034

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_122383919

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_122741539

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_122768402

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_122799843

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_123207010

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_123444185

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_123705966

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_123941408

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_124162568

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_124640852

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_124667042

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_124684120

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_125023102

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_125140962

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_125543084

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_125888524

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_126709408

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_126857941

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_126897028

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_127143297

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_127641894

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_128088148

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_128586524

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_128701562

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_129059990

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_12911153

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_129124492

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_129272334

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_129516834

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_129889426

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_130162093

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_130175896

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_130570831

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_130808699

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_13104505

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_131049964

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_131311429

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_131524847

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_131794894

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_132053959

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_132306651

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_132565981

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_132774081

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_13298922

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_133042577

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_133275343

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_133570924

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_133800478

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_134012123

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_134224863

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_134241686

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_134241786

System_Internal_JobDefinition_134318994

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_134319094

System_Internal_JobDefinition_134531743

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_134656593

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_134705871

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_134705979

System_Internal_JobDefinition_134919192

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_13492641

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_135009097

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_135009198

System_Internal_JobDefinition_135054022

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_135054122

System_Internal_JobDefinition_135111782

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_135260489

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_135260588

System_Internal_JobDefinition_135473754

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_135616844

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_135655115

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_135655217

System_Internal_JobDefinition_135868850

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_136142690

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_136213495

Allow to delete job definition which is still referenced as a branched version.

System_Internal_JobDefinition_136213597

System_Internal_JobDefinition_13690993

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_13884697

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_14078395

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_14272261

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_14466002

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_14668950

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_14867238

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_15077713

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_15272693

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_15466339

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_15668123

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_15863503

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_16060564

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_16256588

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_16573457

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_16779650

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_16998900

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_17211572

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_17223236

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_17227971

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_17228630

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_17229082

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_17422802

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_17629829

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_17897223

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_18102124

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_18302517

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_19654707

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_19993548

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

SAP Close TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_20005999

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

SAP Close TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_20219311

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_20494041

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_20725934

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_20942168

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_21175708

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_21413812

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_21686262

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_21936368

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_22151281

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_22346043

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_22565908

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_22780633

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_23039955

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_23236178

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_23237267

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_23436838

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_23437635

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_23437651

BestRun NEW GL - ROSO12659_Reimport.

System_Internal_JobDefinition_23437657

BestRun Germany - ROSO12659_Reimport.

System_Internal_JobDefinition_23694999

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_23917491

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_24158971

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_24384305

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_24841177

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_25058105

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_25274562

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_25508936

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_25741249

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_25959667

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_26194451

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_26411308

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_26662260

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_26912374

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_27136511

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_27355438

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_27576670

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_27829441

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_28048915

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_28268350

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_28492978

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_28720407

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_28973362

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_29192923

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_29426808

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_29667737

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_30317664

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_30536653

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_30817967

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_31103777

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_31376934

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_31425893

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31630456

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_31646995

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649005

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649131

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649192

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649272

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649368

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649434

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649686

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649752

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31649878

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650002

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650124

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650190

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650256

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650353

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650494

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650655

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31650806

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31652265

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_31883477

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_32143948

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_32187595

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32187947

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32188023

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32188233

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32188299

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32394528

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_32409918

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32409984

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413385

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413453

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413577

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413751

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413827

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413893

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32413959

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414061

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414137

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414213

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414289

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414382

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414458

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414524

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414590

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414658

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32414794

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32415688

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32415754

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32415888

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32415954

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32424298

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32424364

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32424430

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32427275

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32427533

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32427731

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32427884

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32428259

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32430581

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32431756

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32431882

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32432086

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32432212

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32432278

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32436424

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32436490

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32436556

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32437183

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32440846

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32440928

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441015

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441081

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441148

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441286

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441514

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441730

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441796

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32441934

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442118

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442184

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442394

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442460

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442527

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442594

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442660

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32442762

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32443011

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32443293

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32443553

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32443832

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444042

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444108

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444246

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444624

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444714

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444792

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32444978

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32445150

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32445216

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32446398

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32446534

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32446672

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32446822

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447020

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447098

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447224

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447374

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447500

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32447650

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32472055

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32472131

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32472201

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32473944

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474079

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474156

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474269

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474381

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474447

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474561

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474627

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474693

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474796

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32474956

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_32802723

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_33025928

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_33262114

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33262180

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33262283

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33472729

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_33749574

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_33768161

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768228

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768300

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768428

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768543

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768656

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768781

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768847

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33768944

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769119

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769212

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769321

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769633

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769699

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769783

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33769861

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770108

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770260

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770339

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770458

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770674

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770742

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770816

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770882

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33770948

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771015

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771081

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771259

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771347

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771415

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771483

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771607

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771676

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771746

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771815

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771885

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33771964

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_33813973

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34240780

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_34443593

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34444074

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34482156

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

Parameters TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_34715513

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34715647

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34715763

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34717159

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34717290

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34717568

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34717852

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34718240

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34718357

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34718666

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34719199

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34719470

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34719595

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34719733

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34720028

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34720236

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34721780

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34722172

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34738992

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34747138

BestRun Germany - test1.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34765886

BestRun Germany - test1.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34824616

BestRun Germany - test1.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34902601

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34902900

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34902966

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34909204

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34918613

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34923937

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34924105

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34924662

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34924851

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34925275

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34925534

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34925600

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34925793

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34926471

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34926707

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34926897

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34926963

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34927153

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34927343

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34927835

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34927901

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34928327

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34929723

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34933666

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34933726

BestRun Germany - qujqga.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34950780

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34951371

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34951546

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34979988

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34980055

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_34996508

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35018718

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35027122

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35077062

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35172252

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35405081

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_35439878

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35439944

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35448014

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35448117

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35466983

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35478957

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35701087

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_35788386

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_35788532

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36003901

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_36022174

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36022867

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36022929

BestRun Germany - sdasd.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36023579

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36027592

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36035592

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

SAP Close TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_36069194

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36122699

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36134960

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36152290

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36152356

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36152425

BestRun Germany - oiidem.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36152874

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36153538

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36154573

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36155070

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36208898

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36209825

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36211414

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36223130

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36223375

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36224326

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36224678

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36225075

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36225237

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36225621

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36225989

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36226648

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36226908

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36227108

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36227872

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36228524

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36229400

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36415766

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36416485

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36417605

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36418537

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36419140

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36419443

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36422976

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36423254

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36423953

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36424815

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36434974

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36435082

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36435354

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36441000

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36441505

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_36670661

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_36821508

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_37039976

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_37045621

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_37413947

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_38272983

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_38307082

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_38721351

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_38721413

BestRun UK - pqxhfk.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_38721427

BestRun Germany - pqxhfk.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_38951036

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_39321176

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_39321238

BestRun Germany - oszddy.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_39690942

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_39765509

automation.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_40313572

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_40488302

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_41659831

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_42075324

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_42297246

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42303344

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42309554

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42309614

BestRun Germany - xzxpno.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42309719

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42309779

BestRun Germany - ekcvcp.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42309985

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42310063

BestRun Germany - jdireh.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42310216

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42310289

BestRun UK - sknqyu.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42310303

BestRun Germany - sknqyu.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42310819

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42317034

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42361310

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42361867

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413181

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413241

BestRun Germany - wghcer.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413346

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413406

BestRun Germany - uvmhud.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413635

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413707

BestRun Germany - kswfql.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413860

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413922

BestRun Germany - bdpwrb.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42413936

BestRun UK - bdpwrb.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42414207

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42420506

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42459609

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42466121

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42475490

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42477448

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42477508

BestRun Germany - ncqqry.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42477700

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42477761

BestRun Germany - xkiliq.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42477972

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42478034

BestRun Germany - jcghro.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42478272

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42478370

BestRun UK - twkise.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42478384

BestRun Germany - twkise.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42516480

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42522863

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42529813

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42530447

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531148

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531208

BestRun Germany - ekxhga.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531357

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531417

BestRun Germany - blqwuo.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531669

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42531731

BestRun Germany - ffcaly.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42532179

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42532241

BestRun UK - njzdsh.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42532255

BestRun Germany - njzdsh.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42532543

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42538955

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42539508

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42632612

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42639377

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42646549

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42646706

BestRun Germany - fqvbjf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42646882

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42646942

BestRun Germany - xiqoph.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647136

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647198

BestRun Germany - bkgsqm.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647357

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647419

BestRun Germany - lkbdax.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647433

BestRun UK - lkbdax.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647677

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42647907

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42654695

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42655849

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42655909

BestRun Germany - zyricf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42656075

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42656147

BestRun Germany - fusnex.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42657188

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42664096

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42664748

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42667531

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42667892

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42668493

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42708729

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42721865

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42722267

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42722744

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723261

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723321

BestRun Germany - jzjbys.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723437

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723497

BestRun Germany - aspypz.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723713

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723775

BestRun Germany - ptmnsc.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42723939

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42724001

BestRun UK - loqsyf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42724015

BestRun Germany - loqsyf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42724260

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_42973495

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_43065345

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065405

BestRun Germany - enmzvc.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065521

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065581

BestRun Germany - ewlzoq.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065782

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065844

BestRun Germany - fyugyg.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43065997

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43066059

BestRun Germany - zlemkn.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43066073

BestRun UK - zlemkn.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43066423

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43210568

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43211807

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43211873

BestRun Germany - foznqt.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43212076

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43212136

BestRun Germany - rtsrpa.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43225040

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43229777

BestRun Germany - lqpuze.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43235556

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43235628

BestRun Germany - stozad.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43235642

BestRun UK - stozad.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43236037

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43262698

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319108

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319168

BestRun Germany - lydxxu.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319273

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319333

BestRun Germany - eacree.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319539

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319612

BestRun Germany - wnuhir.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319766

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319838

BestRun Germany - xihqiy.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43319852

BestRun UK - xihqiy.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43320096

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43332191

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43332410

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43332598

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43332944

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645025

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645085

BestRun Germany - kntmgh.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645221

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645281

BestRun Germany - sluuzo.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645471

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645532

BestRun Germany - iewlbt.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645653

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645713

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645773

BestRun Germany - necguu.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43645874

BestRun Germany - obnine.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646118

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646178

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646240

BestRun Germany - sdwjlk.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646346

BestRun Germany - picqnt.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646360

BestRun UK - picqnt.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646646

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646709

BestRun UK - gjilez.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646723

BestRun Germany - gjilez.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43646928

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43653797

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43670294

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43670525

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43670585

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43670834

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43670894

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43671138

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43671565

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43671886

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761114

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761174

BestRun Germany - ewjsxy.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761279

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761339

BestRun Germany - pnvlnn.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761529

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761591

BestRun Germany - nrqvzc.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761745

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761807

BestRun Germany - rfxkwf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43761821

BestRun UK - rfxkwf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43762065

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43768959

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43769123

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43769293

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43769626

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_43983220

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_44077085

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077145

BestRun Germany - ughurt.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077251

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077311

BestRun Germany - zwteap.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077501

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077563

BestRun Germany - vwzsjm.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077758

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077820

BestRun UK - trefvf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44077834

BestRun Germany - trefvf.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44078079

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44090306

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44097484

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44097641

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44105026

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_442912

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_44831219

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_45726939

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_45970466

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_46405922

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_47301310

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_48297198

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_49613382

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_50882087

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_51411610

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_52176897

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_52940248

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

Parameters TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_53708107

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_54891085

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_56158309

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_56178878

BestRun Germany - test1.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_56900649

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_57771069

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_58753941

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_60177311

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_60177423

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_60189771

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_60675994

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_60721319

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_61882450

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_62626309

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_63641875

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_63787160

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_63933337

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_64680180

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_705535

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_70963550

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_71188370

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7155912

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7155928

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_71641460

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_720190

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

SAP Close TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_720896

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

SAP Close SAP_SYSTEMS SAP System for default parameter sync

String InOut

=Constraint.pairListConstraint('SAP System,Description',getSAPSystemsDescription())
SAP Close CLIENT SAP Client for default parameter sync

String InOut

=Constraint.pairListConstraint('Client,Description',getSAPSystemClients(parameters.SAP_SYSTEMS))
SAP Close TASKLIST_FISCAL_YEAR_VARIANT Fiscal year variant

String In

SAP Close TASKLIST_YEAR Close Fiscal Year If not defined, the current fiscal year is used String InOut

SAP Close FYVARIANT Fiscal year variant (used for replacements)

String In `=parameters.TASKLIST_FISCAL_YEAR_VARIANT`

System_Internal_JobDefinition_721026

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_72616142

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_73164333

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7353167

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_73696670

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_74454751

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_74983577

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_75362252

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_75490771

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7551300

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7554466

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_75724473

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_76102891

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_76788636

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7742167

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7742181

BestRun Germany - GlobalList.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7742195

BestRun Portugal - GlobalList.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_7742209

BestRun UK - GlobalList.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_77937205

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_77973684

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_78010065

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_79600126

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_80593287

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_81327179

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_82675066

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_84916655

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_85126581

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_85517847

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_86358658

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_86893549

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_87941115

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_88681900

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_89002806

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_89819788

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_90077773

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_90719030

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_91280180

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_92019674

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_92513474

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_93188810

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_94490331

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_94797403

Generate attachments for a user message.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters actionitem Action item in JSON

String In

Parameters assignee The assignee for this Action item

String In

Parameters html null

String Out

System_Internal_JobDefinition_95665318

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_95665545

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_95757527

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_96888725

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Internal_JobDefinition_99466555

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters TASKLIST_CLOSE_TYPE Close Type

String In

M=Month,Q=Quarter,Y=Year
Parameters TASKLIST_ID Name of tasklist instance

String Out

Parameters TASKLIST_END_DATE Close Date (hidden) Hidden, is mapped from IN_LDAY parameter,
if not defined, then current date is used,
Format YYYYMMDD
String InOut `=Time.format(parameters.IN_LDAY, 'yyyyMMdd')`

Parameters IN_LDAY Close Date Is mapped to TASKLIST_END_DATE parameter,
if not defined, then current date is used
Date In

Infrastructure CHECK Only Check Consistency

String In `No` Yes,No
Infrastructure HOLD Put tasks on hold X = Hold, means that tasks are scheduled
and set to status Hold
Semi = semi automatic, means that a task will be set
to status Hold if its close type (column
in excel file) contains the flag "H", otherwise
the task will be scheduled and released
String In

X,Hold,Semi
Infrastructure RULE_PRERUNNING Pre-Running Action Rule(s) to process

String In

Infrastructure SKIP_INITIALIZATION_TASK Skip the Initialization Task

String In

X
Parameters TASKLIST_PERIOD Fiscal Period Fiscal Period String InOut

System_Isolation_SetUser

Set a user to be able to read all isolation groups.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters UserName User Name

String In

System_LicenseCheck

When run, this process will produce a report detailing all of the process servers and how they contribute to the currently used license totals.

System_Loop_Aggregate

Writes all parameters and their values from the previous job chain step in an RTX table.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Table RTX Table output

Table Out

Parameters ConcatenateTableParameters Table outparameters to concatenate

String In

Parameters IncludeParameters Parameters to include

String In

Parameters DebugJobId JobId for debug purposes

String In

Parameters OutFiles Out files

String Out

System_Loop_Over_Table

Loops over the given table parameter and submit for every row in the table the single process in the next step of the job chain.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Table RTX Table to loop over

Table In

Parameters Filter REL to filter the rows, must return true to process the current row

String In

Parameters JobDescription REL for description of looped jobs

String In

System_Mail_Configure

Set the mail server to be used. Enter an e-mail address to detect the mail server to be used, or set the server explicitly. If server is set to 'default', then the default server for your application server is used. If server is set to 'detect' then the process will detect the server to be used from the first e-mail address. Other values for server specify a local SMTP server. This definition requires the Mail Module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters From From

String In

Parameters Server Server

String In

System_Mail_Send

Send an e-mail using SMTP. If the server parameter is not set, the value set by System_Mail_Configure is used. If server is set to 'default', then the default server for your application server is used. If server is set to 'detect' then the process will detect the server to be used from the first e-mail address. Other values for server specify a local SMTP server. This definition requires the Mail Module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters To To

String In

Parameters Subject Subject

String In

Parameters Text Text

String In

Parameters RelativeJob Relative Process

String In

Parameters JobFile File

String In

Parameters Server Server

String In

Parameters From From

String In

System_MonitorTables

Check the tables for changes in the number of rows. Show the changes in the monitor tree.

System_OperatorMessage

This process enables the caller to raise an operator message. If the message requires a reply, the process is not completed until the reply is given. The reply is then placed in the 'reply' out parameter.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters message Message

String In

Parameters reply Reply

String Out

Parameters replyExpression Reply Expression

String In

System_OraApps_ConcurrentProgramImport

This process can be used to import definitions reading concurrent program definitions out of the Oracle Applications system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

Parameters SRS Include Non-SRS programs?

String In `N`

Parameters ApplicationShortName Application Short name

String In

Parameters ConcurrentProgramName Concurrent Program name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Upon Completion Options OraApps_AddPrintOptions Add Print Options

String In `Y`

Generation Settings PARTITION Partition

String In

Upon Completion Options OraApps_NumberUserToNotify Number of User(s) to notify

String In `0`

Generation Settings APPLICATION Application

String In

System_OraApps_ConcurrentProgramMultipleImport

This process can be used to import multiple definitions reading concurrent program definitions out of the Oracle Applications system. To use this program fill in the first part of the Concurrent Program(s) short name to import followed by a % sign.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

Parameters ApplicationShortName Application Short name

String In

Parameters ConcurrentProgramName Concurrent Program name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Parameters SRS Include Non-SRS programs?

String In `N`

Upon Completion Options OraApps_AddPrintOptions Add Print Options

String In `Y`

Generation Settings PARTITION Partition

String In

Upon Completion Options OraApps_NumberUserToNotify Number of User(s) to notify

String In `0`

Generation Settings APPLICATION Application

String In

System_OraApps_InstallInterceptFunctionality

This process can be used to install the intercept functionality in the Oracle Applications database.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

System_OraApps_PackageMethodImport

This process can be used to import definitions reading PL/SQL API definitions out of the Oracle Applications system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

Parameters ApplicationShortName Application Short name

String In

Parameters PackageName Package API name

String In

Parameters PackageMethodName Package Method name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_OraApps_RequestSetImport

This process can be used to create definitions reading request set definitions out of the Oracle Applications system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

Parameters ApplicationShortName Application Short name

String In

Parameters RequestSetName Request set name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Upon Completion Options OraApps_AddPrintOptions Add Print Options

String In `Y`

Generation Settings PARTITION Partition

String In

Upon Completion Options OraApps_NumberUserToNotify Number of User(s) to notify

String In `0`

Generation Settings APPLICATION Application

String In

System_OraApps_RequestSetMultipleImport

This process can be used to create multiple definitions reading request set definitions out of the Oracle Applications system. To use this program fill in the first part of the Request Set(s) short name to import followed by a % sign.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

Parameters ApplicationShortName Application Short name

String In

Parameters RequestSetName Request set name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Upon Completion Options OraApps_AddPrintOptions Add Print Options

String In `Y`

Generation Settings PARTITION Partition

String In

Upon Completion Options OraApps_NumberUserToNotify Number of User(s) to notify

String In `0`

Generation Settings APPLICATION Application

String In

System_OraApps_UnInstallInterceptFunctionality

This process can be used to uninstall the intercept functionality in the Oracle Applications database.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraApps_SystemName Applications System name

String In

System_OraOhi_ImportAll

This process can be used to import all definitions reading script definitions out of the Oracle Health Insurance system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraOhi_SystemName OraOhi_SystemName

String In

Parameters OraOhi_ScriptName OHI Script name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_OraOhi_ImportSingle

This process can be used to import one single definition reading script definition out of the Oracle Health Insurance system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraOhi_SystemName OHI System name

String In

Parameters OraOhi_ScriptName OHI Script name

String In

Parameters OraOhi_TestRun Test run?

String In `N`

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_OraOhi_MonitorJob

This process is used to monitor a child of an OHI job.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters OraOhi_SystemName OraOhi_SystemName

String In

System_OutputMonitorTree

This process outputs a part of the monitor tree into a File (binary), the process is used by System_FetchRemoteMonitorTree.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters MonitorTreePath Monitor tree path

String In

System_PeopleSoft_ProgramImport

This process can be used to import definitions reading PeopleSoft program definitions out of the PeopleSoft system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters ProcessType Process Type

String In

Parameters ProcessName Process Name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_PeopleSoft_ProgramMultipleImport

This process can be used to import one or more definitions reading PeopleSoft program definitions out of the PeopleSoft system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters ProcessType Process Type

String In

Parameters ProcessName Process Name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_PeopleSoft_ReportImport

Create a process definition from an imported definition reading PeopleSoft query definitions out of the PeopleSoft system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters SearchString Report Name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_PeopleSoft_ReportMultipleImport

This process can be used to import one or more process definition from an imported query definition reading PeopleSoft query definitions out of the PeopleSoft system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters SearchString Report Name

String In

Generation Settings OVERWRITE Overwrite Existing Process Definitions?

String In `N`

Generation Settings PARTITION Partition

String In

Generation Settings APPLICATION Application

String In

System_PeopleSoft_RunControl

This standard definition can be used to run PeopleSoft run controls already defined in the PeopleSoft system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters PeopleSoft_UserName Run User Name

String In

Parameters RunControlId Run Control Id

String In

Parameters ServerName Server Name

String In

Parameters OutputDestinationType Output Destination Type

String In

Parameters OutputDestinationFormat Output Destination Format

String In

Parameters OutputDestinationString Output Destination String

String In

Parameters ReportFolderName Report Folder Name

String In

Parameters ProcessFileName Process File Name

String In

PrcsDistributionOption PrcsDistributionIdType Distribution Id Type

String In

PrcsDistributionOption PrcsDistributionId Distribution Id

String In

PrcsOutputOption PrcsOutputDestinationType Output Destination Type

String In

PrcsOutputOption PrcsOutputDestinationFormat Output Destination Format

String In

PrcsOutputOption PrcsOutputDestinationString Output Destination String

String In

PrcsEmailOption PrcsEmailSubject Email Subject

String In

PrcsEmailOption PrcsEmailText Email Text

String In

PrcsEmailOption PrcsEmailAddresses Email Addresses

String In

PrcsEmailOption PrcsEmailAttachLog Email Attach Log

String In

PrcsEmailOption PrcsEmailWebReport Email Web Report

String In

System_PeopleSoft_RunJob

You can use this Process Definition to run jobs defined in the PeopleSoft system. Only the PSJob job type is supported.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters PeopleSoft_UserName Run User Name

String In

Parameters RunControlId Run Control Id

String In

Parameters ProcessType Process Type

String In `PSJob`

Parameters JobName Job Name

String In

Parameters ServerName Server Name

String In

Parameters OutputDestinationType Output Destination Type

String In

Parameters OutputDestinationFormat Output Destination Format

String In

Parameters OutputDestinationString Output Destination String

String In

Parameters ReportFolderName Report Folder Name

String In

Parameters ProcessFileName Process File Name

String In

System_PeopleSoft_RunProcess

You can use this Process Definition to run PeopleSoft processes. All process types other than PSJob are supported.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters PeopleSoft_SystemName PeopleSoft System name

String In

Parameters PeopleSoft_UserName Run User Name

String In

Parameters RunControlId Run Control Id

String In

Parameters ProcessType Process Type

String In `Application Engine`

Parameters ProcessName Process Name

String In

Parameters ServerName Server Name

String In

Parameters OutputDestinationType Output Destination Type

String In

Parameters OutputDestinationFormat Output Destination Format

String In

Parameters OutputDestinationString Output Destination String

String In

Parameters ReportFolderName Report Folder Name

String In

Parameters ProcessFileName Process File Name

String In

PrcsDistributionOption PrcsDistributionIdType Distribution Id Type

String In

PrcsDistributionOption PrcsDistributionId Distribution Id

String In

PrcsOutputOption PrcsOutputDestinationType Output Destination Type

String In

PrcsOutputOption PrcsOutputDestinationFormat Output Destination Format

String In

PrcsOutputOption PrcsOutputDestinationString Output Destination String

String In

PrcsEmailOption PrcsEmailSubject Email Subject

String In

PrcsEmailOption PrcsEmailText Email Text

String In

PrcsEmailOption PrcsEmailAddresses Email Addresses

String In

PrcsEmailOption PrcsEmailAttachLog Email Attach Log

String In

PrcsEmailOption PrcsEmailWebReport Email Web Report

String In

System_ProcessKeepClauses

This process is run periodically to perform system maintenance. It automatically deletes old processes that have expired according to the definition's keep clause.

System_Promote

This process takes care of car file promotion.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters exportRuleSetBusinessKey Export Rule Set

String In

Parameters remoteSystemBusinessKey Remote System

String In

Parameters sendToRemoteSystem Promote to System

String In

Parameters promotionComment Comment

String In

System_Promote_Further

Promote an imported CAR file from an Import Process to the next Remote System.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters SourceObject Name of the Remote System

String In

Parameters SourceObjectUniqueId Unique ID of the Remote System

Number In

Parameters SourceObjectType Object type of the Remote System, this will always be RemoteSystem

String In

Parameters Address URL of where the car file needs to be send to

String In

Parameters Message Message associated with the Promote Further

String In

Parameters Data Location of the CAR file that needs to be promoted

String In

Parameters CARFile Location of the CAR file that needs to be promoted

File In

Parameters OriginalJobId ID of the process that is used as the source of the CAR file

String In

System_R2W_Approval

Publishes Files to a Report2Web Catalog for approval. This is a standard definition equivalent to the PublishItem Definition Type.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Publish_Catalog Report2Web Catalog

String In

Parameters Publish_ReportName Report Name

String In

Parameters Publish_Source File(s)

String In

Parameters Publish_Comment Approval Comment

String Out

Parameters Publish_Status Approval Status

String Out

System_R2W_Connection_Setup

Sends a connection setup request to the remote R2W server specifying the callback URL for the tab API.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters ServerUrl R2W Server URL

String In

Parameters Catalog Catalog

String In

Parameters Username Username

String In

Parameters Password Password

String In

System_R2W_Publish

Publishes Files to a Report2Web Catalog. This is a standard definition equivalent to the PublishItem Definition Type.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Publish_Catalog Report2Web Catalog

String In

Parameters Publish_ReportName Report Name

String In

Parameters Publish_Source File(s)

String In

System_RaiseClearEvent

Allows you to choose an event definition and perform a clear or raise on it.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Action Action

String In

Parameters EventDefinition Event Definition

String In

Parameters Comment Documentation

String In

System_RaiseRemoteEvent

Allows an event to be raised on a remote V8 system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Connection Host The hostname or IP address

String In

Connection Port The port number

String In

Connection Username The username to log in with

String In

Connection Password The password to log in with

String In

Event EventPartition The partition of the event

String In `GLOBAL`

Event EventName The event name

String In

Event RaiseComment The comment added to the raised event

String In `='Raised by job ' + jobId + ' on ' + String.getSystemId()`

Event RaiseId The raised event for the remote event definition

String Out

Advanced URL The HTTP URL (Overrides Host:Port settings)

String In

Advanced IsolationGroup The Isolation Group of the user

String In `GLOBAL`

Advanced Timeout The timeout for establishing a connection

String In `15000`

Advanced MaxRetries The max number of retries to establish a connection

String In `15`

Advanced Delay The delay between retries

String In `1000`

System_RaiseRemoteEvent_Repository

Allows an event to be raised on a remote V6 or V7 system.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Connection Host The hostname or IP address

String In

Connection Port The port number

String In

Connection Database The database name

String In

Connection Username The username to log in with

String In

Connection Password The password to log in with

String In

Event EventPartition The partition of the event

String In `SYSJCS`

Event EventName The event name

String In

Event RaiseComment The comment added to the raised event

String In `='Raised by job ' + jobId + ' on ' + String.getSystemId()`

Advanced JDBCURL The JDBC URL (Overrides Host/Port/Database settings)

String In

System_RemoveDeletedJobFiles

This process removes deleted files from the internal list.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters ProcessServer Process Server

String In

Parameters Code Code

String In

System_RemoveOldJobs

This process lets you specify which outdated processes to remove in a bulk operation.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters IsolationGroup Visible from Isolation Group

String In `GLOBAL`

Parameters JobDefinitionPrefix Filter by Definition Name

String In

Parameters JobDefinition Process Definition

Number In

Parameters Kind Remove Processes by

String In

Parameters JobId ID is before

Number In

Parameters JobDate Date is before

Date Time Zone In

Parameters JobAgeUnits Age is greater than

Number In

Parameters JobAgeUnitType Age Unit Type

String In

Parameters Statuses Restrict to statuses (comma separated codes)

String In `C,E,U,A,K`

System_RemoveOperatorMessages

Remove the operator messages that have either been replied to or do not need a reply. This can be done by age or date. If the auto-reply option is selected, the process will try to reply to any operator messages that need a reply and have a previous reply matching one in the reply list. If an auto reply is provided, the operator message will not be deleted in this run.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters AutoReply Automatically reply to messages?

String In `No`

Parameters ReplyList Comma separated list of valid replies If the operator message reply options match any of the provided items in the list, this will be set as the operator message response. Operator messages that are auto replied will not be deleted in this run. String In

Parameters Kind Age or Date

String In `A`

Parameters OperatorMessageDate Date

Date Time Zone In

Parameters OperatorMessageAgeUnits Age

Number In

Parameters OperatorMessageAgeUnitType Age Units

String In

System_RemoveRepliedMessages

Remove the operator messages that have either been replied to or do not need a reply. This can be done by age or date. If the auto-reply option is selected, the process will try to reply to any operator messages that need a reply and have a previous reply matching one in the reply list. If an auto reply is provided, the operator message will not be deleted in this run.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters AutoReply Automatically reply to messages?

String In `No`

Parameters ReplyList Comma separated list of valid replies If the operator message reply options match any of the provided items in the list, this will be set as the operator message response. Operator messages that are auto replied will not be deleted in this run. String In

Parameters Kind Age or Date

String In `A`

Parameters OperatorMessageDate Date

Date Time Zone In

Parameters OperatorMessageAgeUnits Age

Number In

Parameters OperatorMessageAgeUnitType Age Units

String In

System_ReportRun

Generates a report using a report object applying the appropriate formatting to the output.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Report Report

String In

Parameters OutputFormat Report format

String In

Parameters RecordCount Record count

Number Out

System_Restore_Object

Object restored from auditing record for object at that point in time. Note that this may result in dependency issues if a dependent object has been deleted.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters ObjectType Object Type

String In

Parameters BusinessKey Business Key

String In

Parameters DateTimeToRestore Restoration Time

Date Time Zone In

System_Restore_Point_In_Time

This prepares the processes to restore the system to a point in time. To continue with the restoration, run the held processes (in the order required to meet dependency requirements).

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters DateTimeToRestore The point to be restored to

Date Time Zone In

System_SecureStorage_Configure

Change configuration options of SecureStorage.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Encrypt Storage encryption (activate only)

String In `N`

System_SetDefaultLanguage

Set default language. This is used during upgrade process to set the description of old processes for old releases of the software.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Language Language

String In

System_SetSystemDataRootDirectory

Set the DataRootDirectory of the System process server. This will affect all processes running on the System process server after this process completes. There is no need for a restart.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Directory Directory

String In

System_Sleep

Sleep as long as parameter indicates.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters MilliSeconds Time to sleep (in milliseconds)

Number In `1000`

System_SMS_Configure

Set the default Email to SMS server address to be used to send email to. Enter the e-mail address of the SMS server to be used. This definition requires the Mail module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Email2SMSServer Server E-mail Address

String In

System_SMS_Send

Send an email to SMS using SMS server provider. The SMS will be sent using the default Mail server. This definition requires the Mail module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters MobileNumber Device Id

String In

Parameters Text Message

String In

System_SNMP_Configure

Configure SNMP trap defaults. This definition requires the SNMP module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters host Host

String In

Parameters port Port

Number In

Parameters community Community

String In

Parameters id ID

Number In

Parameters data Data

String In

System_SNMP_SendTrap

Send a trap using SNMP. This definition requires the SNMP module license.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters host Host

String In

Parameters port Port

Number In

Parameters community Community

String In

Parameters id ID

Number In

Parameters data Data

String In

System_SQLPLUS_Command

Perform a query using SQLPLUS.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_USER The account that will connect to the database

String In

Parameters JCS_ENDPOINT The database to connect to

String In

Parameters COMMAND The query to perform

String In

System_SynchronizeBackgroundJobs

Ensure there is only one instance of each maintenance process running.

System_UpdateJobStatistics

This process is run periodically to perform system maintenance. It updates the runtime statistics for the definition of processes that have been completed.

System_Upgrade

Perform any long-running actions after the upgrade.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Mode Mode

String In

System_UserMessage

This is a standard UserMessage process that requires the user to select the Accept or Reject response before continuing.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters UserMessage_SelectedAction Selected action

String Out

Parameters UserMessage_Participants Participant Users A comma separated list of the users allowed to reply to the user message. String In

Parameters UserMessage_Comment Provided comment

String Out

Parameters UserMessage_Roles Participant Roles A comma separated list of the roles allowed to reply to the user message. String In

Parameters UserMessage_Attach Attach notification? Attach the notification process to this user message? String In `N` Y,N
Parameters UserMessage_InitialAssignee Initial Assignee

String In

Parameters UserMessage_FileList User Message File List

String InOut

Parameters UserMessage_History Workflow History

Table Out

Parameters UserMessage_NotifyMethod Notify Method

String InOut

UserMessageNotificationMethod
Parameters UserMessage_ActionResponder Action Responder Responder of the user message action String Out

System_UserMessage_Notification

Workflow Notification.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Mail_To The email address of the person who will receive this notification

String In

Parameters UserMessage_Operator The name of the operator who raised the notification

String In

Parameters UserMessage_Action The action performed to the User Message, e.g. delegated, forwarded, responded

String In

Parameters UserMessage_Text The User Message text

String In

Parameters UserMessage_NewAssignee The person who is now responsible for the User Message

String In

Parameters UserMessage_OldAssignee The person who was previously responsible for the User Message

String In

Parameters UserMessage_FileLinks A list of direct URLs to User Message attachments

String In

Parameters Subject_Name The full name or username of the mail recipient

String In

Parameters Mail_Attachments A semi-colon delimited list of Job File references to attach to the mail job

String In

Parameters UserMessage_Link The direct link to the User Message

String In

Parameters UserMessage_UniqueId The id of the User Message

Number In

Mail rMail_Subject Mail Subject

String In

Mail rMail_Cc Mail CC addresses

String In

Mail rMail_BCc Mail BCC addresses

String In

Mail MX_Urgent Raise/Lower importance of mail

String In

,high,low
Mail rMail_ReplyTo Reply To address

String In

Mail rMail_HTML HTML result mail

String In

Parameters UserMessage_Reply The current User Message reply

String In

Parameters UserMessage_OldAssignee_Email The email of the person who was previously responsible for the User Message

String In

Mail reactor ReactMail Set to "X" when react e-mail should be generated

String In

X
Mail reactor MailConnector MailConnector for react mail generation

String In

Mail reactor Reply_Subject Subject in reply mail-to links

String In

Mail reactor ArmorData ArmorData for generating armor

String In

Mail reactor Actions Reply mailto actions

String In

System_UserMessage_Notification

This is a template process for the user message notification e-mails that are sent when a user message is created, or changed.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters Mail_To The email address of the person who will receive this notification.

String In

Parameters UserMessage_Operator The name of the operator who raised the notification

String In

Parameters UserMessage_Action The action performed to the user message, e.g. delegated, forwarded, responded.

String In

Parameters UserMessage_Text The user message text.

String In

Parameters UserMessage_NewAssignee The person who is now responsible for the user message.

String In

Parameters UserMessage_OldAssignee The person who was previously responsible for the user message.

String In

Parameters UserMessage_FileLinks A list of direct URLs to user message attachments.

String In

Parameters Subject_Name The full name or username of the mail recipient

String In

Parameters Mail_Attachments A semi-colon delimited list of Job File references to attach to the mail job.

String In

Parameters UserMessage_Link The direct link to the user message.

String In

Parameters UserMessage_UniqueId The Unique ID of the User Message

Number In

Parameters UserMessage_Reply The current User Message reply

String In

Parameters UserMessage_OldAssignee_Email The email of the person who was previously responsible for the user message

String In

System_VersionInfo

This process retrieves all information required to show an overview of version info and a basic layout of the system.

System_Windows_Session_Close

Closes a session created earlier via System_Windows_Session_Create.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_SESSION Opaque session handle

String In

System_Windows_Session_Create

Creates a session that will last until timeout expires, System_Windows_Session_Close is run or is closed by some other means on the server. This definition can only be used with a queue that has exactly one (Windows) Process server attached.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters JCS_SESSION Opaque session handle

String Out

Parameters JCS_SESSION_ACCOUNTS List of accounts The first account from this list that is not logged on is used. Accounts are tried in order, SQL style wildcards are allowed. String In

Parameters JCS_SESSION_TIMEOUT Session expires after (minutes) If the session is still running this many minutes after it started it will be forcefully logged off Number In