Element name |
Column name/label |
Description |
Remarks |
row |
- |
Returns the number of tasks that was coercively allocated. |
|
column |
Task ID/id |
Instance ID of the task to be reallocated. |
|
Task name/nodeName |
Name of the task to be reallocated. |
- Task name will not be used in task coercive allocation process. However, by inputting a task name, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
App category/processModelInfoCategory |
Category of the app of the task to be reallocated. |
- App category will not be used for task coercive allocation process. However, by inputting an app category, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
App name/processModelInfoName |
Name of the app of the task to be reallocated. |
- App names will not be use for task coercive allocation process. However, by inputting an app name, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Title/processInstanceTitle |
Title of the process of the task to be allocated. |
- Title will not be used in task coercive allocation process. However, by inputting a title, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Name of organization which started the process/processInstanceInitGroupName |
Name of the organization which started the process of the task to be reallocated. |
- Process commenced organization's name will no be used in task coercive allocation process. However, by inputting a process commenced organization's name, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Email of user who started the process/processInstanceInitUserEmail |
Email of the user who started the process of the task to be reallocated. |
- Process commenced user's email address will not be used in task coercive allocation process. However, by inputting a process commenced user's email address, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Name of organization which the task is allocated to/allocatedGroupName |
Name of the organization which the task to be reallocated is allocated to. |
- Task allocated organization name will not be used in task coercive allocation process. However, by inputting a task allocated organization name, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Email of user who the task is allocated to/allocatedUserEmail |
Email of the user who task to be reallocated is allocated to. |
- Task allocated user's email address will not be used in task coercive allocation process. However, by inputting a task allocated user's email address, it will be easier to find which task caused the failure when task for coercive allocation fails.
|
Element name |
Column name/label |
Description |
Remarks |
Row |
- |
Returns the number of task that failed coercive allocation. |
|
Column |
Task ID/id |
Instance ID of the task which failed to reallocate. |
|
Task name/nodeName |
Name of the task which failed to reallocate. |
- Input data that failed to coercively allocate will be output without change.
|
App category/processModelInfoCategory |
Category of the app of the task which failed to allocate. |
- Input data that failed to coercively allocate will be output without change.
|
App name/processModelInfoName |
Name of the app of the task which failed to reallocate. |
- Input data that failed to coercively allocate will be output without change.
|
Title/processInstanceTitle |
Title of the process of the task which failed to reallocate. |
- Input data that failed to coercively allocate will be output without change.
|
Name of organization which started the process/processInstanceInitGroupName |
Name of the organization which started the process of the task which failed to reallocate. |
- Outputs a task's input data of failed coercive allocation as it stands.
|
Email of user who started the process/processInstanceInitUserEmail |
Email of the user who started the process of the task which failed to reallocate. |
- Outputs a task's input data of failed coercive allocation as it stands.
|
Name of organization which the task is allocated to/allocatedGroupName |
Name of the organization the task which failed to reallocate is allocated to. |
- Input data that failed to coercively allocate will be output without change.
|
Email of user who the task is allocated to/allocatedUserEmail |
Email of the user the task which failed to reallocate is allocated to. |
- Input data that failed to coercively allocate will be output without change.
|
Component variable name |
Description |
Remarks |
allocate_count |
Returns the number of tasks for coercive allocation. |
|
failure_count |
Returns the number of tasks failed coercive allocation. |
|
message_category |
Stores the category of message code corresponding to the occurred error. |
|
message_code |
Stores the code of message code corresponding to the occurred error. |
|
message_level |
Stores the severity of message code corresponding to the occurred error. |
|
error_type |
When an error occurs, the class of error will be stored. |
- Default value is null.
- Class of error is in following format.
Example: "java.io.FileNotFoundException"
Depending on version for the DataSpider Servista, stored contents may alter.
|
error_message |
When an error occurs, the message of error will be stored. |
- Default value is null.
Depending on version for the DataSpider Servista, stored contents may alter.
|
error_trace |
When an error occurs, the trace information of error will be stored. |
- Default value is null.
Depending on version for the DataSpider Servista or executing client application, stored contents may alter.
|
Exception name |
Cause |
Measure |
InputDataNotFoundException |
[Input data] is not specified. |
Specify [Input data] or draw a data flow. |
ResourceNotFoundException
Resource definition cannot be found. Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition cannot be found. Name:[<Global resource name>] |
Selected resource definition in [Destination] cannot be found. |
Confirm the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
AuthenticationException |
[Email] or [Password] for the global resource is false. |
Confirm the global resource setting. |
UserNotFoundException |
User specified in [Allocated user] does not exist. |
Specify email address of a user that exist in [Allocated user]. |
InvalidEmailAddressException |
User's email address specified in [Allocated user] is false. |
Specify email address on [Allocated user]. |
GroupNotFoundException |
Specified organization in [Allocated organization] does not exist. |
Specify name of a organization that exist in [Allocated organization]. |