Hi,
I have some server side scripts, and need to enable pre_process,post_process or queued_procces on them.
For example i have a service with following path:
GET service-name/sub-path/my-action
that service name is service-name, resource is sub-path/my-action
When i create a post_process for above action from web admin script name is this:
service-name.sub-path.my-action.get.post_process
but when check log data following script name is logged:
service-name.get.post_process
Hi, I have some server side scripts, and need to enable pre_process,post_process or queued_procces on them.
For example i have a service with following path: GET service-name/sub-path/my-action that service name is service-name, resource is sub-path/my-action
When i create a post_process for above action from web admin script name is this: service-name.sub-path.my-action.get.post_process
but when check log data following script name is logged: service-name.get.post_process
that cause to event scripts not running