Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Is there a way to "Fail the Provisioning Task for Disconnected Application"?

Shanthi_Katkam
New Contributor
New Contributor

There is a requirement that any provisioning task should remain in a "Pending" state after "5" retries (Provisioning retries <=5) which was configured in the job (Advanced SQL query). For testing purposes, is there a way to fail the provisioning task (New Account/Add access) for a disconnected application?

5 REPLIES 5

NM
Esteemed Contributor
Esteemed Contributor

@Shanthi_Katkam disconnected application task doesn't get processed because provisioning is enabled.

Or are you referring to connected application


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

indra_hema_95
Regular Contributor III
Regular Contributor III

Hi @Shanthi_Katkam One thing you can try, for that task you can manually update the number of provisioning tries through enhanced query in job control panel.

Use query like this and check once

SELECT 5 AS arstasks__PROVISIONINGTRIES, TASKKEY AS arstasks__PRIMARYKEY FROM arstasks where taskkey = 20;

Regards,

Indra

NM
Esteemed Contributor
Esteemed Contributor

@indra_hema_95 but if you don't run the job we won't be able to deduce for the next try whether ur moves or not ..


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

indra_hema_95
Regular Contributor III
Regular Contributor III

Hi @NM You are correct, I thought about it. A dummy connection can be setup for this right for testing?

Regards,

Indra

rushikeshvartak
All-Star
All-Star
  • In case of disconnected application once task owner claims the task status changed to 2 = In progress 
  • Provisioning count /tries is only used for connected application.
  • Does your disconnected application uses ticketing tool ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.