ExecuteCurrentActionAgainOnce
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
ExecuteCurrentActionAgainOnce is tightly coupled to rest calls to external services.
ExecuteCurrentActionAgainOnce is tightly coupled to rest calls to external services.


See [[Documentation:OCLOperators_RestPost]]
'''See:''' [[Documentation:OCLOperators_RestPost|OCLOperators_RestPost]]


Its main usage is when a RestPost has failed, and you suspect that the reason for failure is a lapse of an accesstoken valid time. You would then want to silently use the refreshtoken to get a new accesstoken - and once you have the accesstoken you want to ExecuteCurrentActionAgainOnce from a special column named onfail in the nesting for the call parameters.
Its main usage is when a RestPost has failed, and you suspect that the reason for failure is a lapse of an accesstoken valid time. You would then want to silently use the refreshtoken to get a new accesstoken. Once you have the accesstoken, you want to ExecuteCurrentActionAgainOnce from a special column named <code><span class="col-black">'''onfail'''</span></code> in the nesting for the call parameters.
[[Category:Rest]]

Latest revision as of 06:00, 13 March 2025

This page was created by Hans.karlsen@mdriven.net on 2024-04-18. Last edited by Stephanie@mdriven.net on 2025-03-13.

ExecuteCurrentActionAgainOnce is tightly coupled to rest calls to external services.

See: OCLOperators_RestPost

Its main usage is when a RestPost has failed, and you suspect that the reason for failure is a lapse of an accesstoken valid time. You would then want to silently use the refreshtoken to get a new accesstoken. Once you have the accesstoken, you want to ExecuteCurrentActionAgainOnce from a special column named onfail in the nesting for the call parameters.