I’m working on a custom workflow action, and cannot find documentation on the POST_ACTION_EXECUTION function type.
There is documentation about PRE_ACTION_EXECUTION, PRE_FETCH_OPTIONS, and POST_FETCH_OPTIONS functions here, and POST_ACTION_EXECUTION appears as a valid enum in the APIs (for instance here), but neither Claude nor I could find documentation on the event and callback shape.
I want to know what data is included in the event and required in the callback so that I can write my function accordingly.