[ InvalidConfigurationException ]
[ Possible suggestions ] You cannot initiate this action because there are other pending or completed actions for the person that conflict with this one.
[ Error details ] Validation error occurred. Invalid ID value. ‘IS_RESCINDED’ is not a valid ID value for type = ‘Business_Process_Type’
Yes and the Workday account aggregation task is getting failed with below error:
Error!
[ InvalidConfigurationException ]
[ Possible suggestions ] You cannot initiate this action because there are other pending or completed actions for the person that conflict with this one.
[ Error details ] Validation error occurred. Invalid ID value. ‘IS_RESCINDED’ is not a valid ID value for type = ‘Business_Process_Type’
Yes and the Workday account aggregation task is getting failed with below error:
Error!
[ InvalidConfigurationException ]
[ Possible suggestions ] You cannot initiate this action because there are other pending or completed actions for the person that conflict with this one.
[ Error details ] Validation error occurred. Invalid ID value. ‘IS_RESCINDED’ is not a valid ID value for type = ‘Business_Process_Type’
Also I have added the xpath for “IS_RESCINDED” as “ns1:Worker_Data/ns1:Employment_Data/ns1:Worker_Status_Data/ns1:Hire_Rescinded” whereas still getting the same error on account aggregation.
Ensure that your offset days are non-zero and non-null values.
Ensure RESCINDED_DATE and RESCINDED_DESCRIPTION are also added to your account schema for rescinded past hire records (in addition to IS_RESCINDED). None of these require an XPath definition on the connector. If you have one defined for any of these 3 attributes, try deleting them.
Try adding FUTURE_ACTION, FUTURE_DATE, and LAST_DAY_OF_WORK to your account schema also.
Check your source to confirm certain features are enabled
connectorAttributes.pullRescindedHiresPast: true
connectorAttributes.pullRescindedHires: true
Try turning off one option, ‘Aggregate Rescinded Future Hires’ for example, and seeing if just the ‘Aggregate Rescinded Past Hires’ option alone works to help narrow down the issue.
[ InvalidConfigurationException ]
[ Possible suggestions ] You cannot initiate this action because there are other pending or completed actions for the person that conflict with this one.
[ Error details ] Validation error occurred. Invalid ID value. ‘IS_RESCINDED’ is not a valid ID value for type = ‘Business_Process_Type’