Future Hire Contingent Worker are not getting aggregated from SuccessFactors in SailPoint ISC

Future Hire Contingent Worker are not getting aggregated in SailPoint ISC

Hi Team,

SuccessFactor Team here at my company has introduced “Contingent Worker” port for management of contractors. By this Port, a Work Order is created and an contractor is added in SF.

2 new Picklist Option IDs, they have introduced and I have added them in SF Source configuration.

  • Start Contingent Worker 3219

  • End Contingent Worker 3220

During Testing, I have noticed that I am able to aggregate A New Contingent Worker starting “Today” into SailPoint ISC but any Future Hired Contingent Worker is NOT getting aggregated in SailPoint until their Start Date.

e.g.

  1. Created New Contingent Worker/Contractor in SAP SuccessFactors for start date in Future e.g. 15/03/2026

  2. Run the SuccessFactors Aggregation in SailPoint Today

    Actual:

    • Contingent Worker is not getting aggregated Today. Tomorrow. or Until Start Date

    • On the Start Date, When I am running aggregation, I am able to aggregate this Contingent Worker in SailPoint

Note:

We don’t have issue aggregating Future Hired Full-time Permanent Employee and able to aggregate Permanent succesfully.

See the attached Aggregation Setting

What am I missing here? Could you help me with this issue and suggest a soluton?

Thanks

Prashant

I have run the SOAP UI query

select person,personal_information,email_information,phone_information,employment_information,job_information,compensation_information from CompoundEmployee
where isContingentWorker in(‘true’,‘false’)
and effective_end_date >= to_date(‘’,‘yyyy-mm-dd’)
and user_id IN(‘employee_number’)

I am able to get SOAPUI Reponse with future job info. No problem here.

However, if I am running Postman query:

With asOfDate:, I am getting empty jobInfoNav

But if I am running With asOfDate:, I am getting correct jobInfoNav