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

New account task not creating Provisioing

Raghu
All-Star
All-Star

Hi Team,

We have requirement based on Dynamic attribute value we have approval's ,

I done manager->if else-> if else ->Custom assigment (User Group)

Now workflow going manager , after going based on DA usergroup  approval but New account task not creating, could you some help me someone.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.
25 REPLIES 25

rushikeshvartak
All-Star
All-Star
  • Did you applied entsOnly ?
  • are you using all approvals check ?
  • share workflow 

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

@rushikeshvartak 

  • Did you applied entsOnly ? ---IT MEANS?
  • are you using all approvals check ? -> CHECKING 3 APPROVALS

Please find below

Raghu_0-1719843080628.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

workflow snip is not complete hence will not able to suggest changes


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

@rushikeshvartak  Thanks for suggestion

Workflow is working for other applications and task also creating as expected.

Only when i was using (dynamicAttributes.get('Role') =='Sales') , task is not creating


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

dynamicAttributes.get('Role') eq 'Sales') 


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

Tried but not working same workflow fine, new account task not creating.

May i know dynamic attribute workflow will support application provisioning request ?


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

  • Whats your use case?
  • Dynamic attribute using for routing workflow then correct.
  • Change in dynamic attribute will create update account task for existing account 

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

Requirement

When application provision new account access request form need to select DA Sales or Market  ,we need route different approval

Say -> Sales it have 2 person approval

Market - 5 person approval

once approved need to create new account with one task ( by default) , it is Ad connected application .

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Does account also going for approval when approval goes based on DA


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

yes for account level we done DA approval 

Note : if remove DA syntax in worfow it working account task also creating


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

(dynamicAttributes.get('Role') eq 'Sales')  & entitlement !=null


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

Not creating any task still now.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

(dynamicAttributes.get('Role') eq 'Sales')  && entitlement !=null


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

'&&' it is not accepting , i was done with and it accepted but no luck same resuts

(dynamicAttributes.get('customproperty2') eq 'Sales') and entitlement !=null

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Share logs


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

PF logs,

 

@rushikeshvartak  Endpoint level we get DA value and it works ? do have any reference application ?actually i need to give input to client

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

You have some issue with DB

"2024-07-04T14:33:54.014+00:00","ecm-worker","events.PatchedDefaultFlushEventListener","DispatcherThread-5qqtd","ERROR","Could not synchronize database state with session"
"2024-07-04T14:33:54.842+00:00","ecm-worker","","null-5qqtd","","org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.pvm.internal.job.TimerImpl#10381583] at

Run JBPM Retry Job


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

@rushikeshvartak  Yes triggered the job and validated again no luck

here when rmoved dyanamicatrribute.get() everything working fine, i dont think it will support or not


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Create simple 1 level workflow and validate it will work


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

simple workflow working as expected.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Please share workflow zip


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

@rushikeshvartak  we have some permission to sharing the full data.

if look at below screenshot it will be above case full workflow screenshot.

Raghu_0-1720192946163.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

I can assume there are loopwhole in workflow which is causing issue so review workflow


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

Thanks for info @rushikeshvartak .

I removed respected application conditions and re-added it working as expected now.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Raghu
All-Star
All-Star

@rushikeshvartak  Pfa WORKFLOW

 

Raghu_1-1719843365254.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.