Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

retryAction() - few questions..

Avatar

Level 10

I found this retryAction(string invocationId) method in ProcessManager API.

I need to retry a stalled activity using this method. For which, I need the invocationId. The table tb_actionInstance doesn't contain invocation Id ohter than User Activity & Long -Lived processes.

So, Is it not possible to retry all stalled activities using this method?

Please advise,

Nith

2 Replies

Avatar

Level 3

invocation id is only for the long-lived processes and operations like (user activity). There is no way you can use this API to retry short lived operations.

Avatar

Level 10

You are right.

However, I'm just wondering why there is no API call to retry() which we are doing manually?

Thanks,

Nith