Full source aggregation using workflow

Hi All,
I have a requirement , where I need to perform the full source aggregation using the workflow where the source has delta aggregation enabled. I have configured it as follows:
CopyofFullSourceAggregationifdeltaaggregationisenabledforsource20240718.json (5.4 KB)

Here I have done In the process like first I have used the http request to disable the delta aggregation then I have an http request to load accounts of that source using the account aggregation in the beta Apis with disable optimization true. Then I am using The compare numbers to check whether the status code is 202, If it is 202 Then I have made an http request to get the status of that task load accounts then, I am using the compare strings to check whether the task is in completed status if it is not in completed status then I want it to loop back to the http request to get task status if it is in completed status then I am making another http request to enable the delta aggregation.

The issue is I was unable to loop back to the http request step.

here I want to loop back to the get status of aggregation step after wait. Can someone help me out with this.

One more issue is that in the get status of aggregation step In the request URL I want to use the task id of the load acc with disable opt step, how can I achieve it since According to my knowledge we can’t use the dynamic values in the http request URL, grateful for any help, thanks in advance.

hi I think you are trying to do full account aggregation on a schedule basis using workflow. This post covers what you might be looking for.

Not sure if you have gone through this.

yes , But I want to check the status of the task of load accounts using another http request and if it completed only then I need to go for the enable delta aggregation. here if I follow this even if the load accounts is still processing then it will enable the delta aggregation again,Thanks for the reply.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.