Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Trigger Chain Job only triggering 1st Job

h_sapkota
Regular Contributor
Regular Contributor

Hi Team,

I have setup trigger chain Job which consists of below jobs serially:

JOB Name                -> Job Type
SFTP_Import_Job  -> FileTransferJob 
Decrypt_FILES        ->  Invoke Extension JAR Job (ExternalJarJob) 

Now, On running Trigger chain Job, only SFTP_Import_Job is running. Decrypt_FILES job is not triggered at all.

h_sapkota_0-1706615900776.png

I have attached logs as well.

Note: If I setup Decrypt_FILES seperately in trigger chain job with that job only, it works.

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

What if you change sequence?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Changing the sequence is not in our use case. But changing sequence will trigger both job serially.

First we will import data from SFTP Server which is encrypted and then we need to decrypt it via Decryption JAR and now this data can be imported in Saviynt as Schema import.

We tried this sequence, Decrypt_FILES -> User Import via Schema JOB. Now, this sequence works perfectly. 

Not sure, any job tied with SFTP Import Job doesn't work. 
We tried this sequence as well: SFTP_Import_Job -> User Import via Schema JOB. In this case also, SFTP_Import_Job will only trigger and User Import schema job wont trigger.