Customizing Operator Advisor > Services in Operator Advisor > Post-Action Handler Thing Shape Services
Post-Action Handler Thing Shape Services
The following services are found on the post-action handler Thing Shape (PTC.SCA.SCO.PostActionHandlerThingShape):
* 
For more information on how these services interact, see Pre- and Post-Action Event Dispatching and Validation.
LogWorkDefinitionExecutionStatusChange—Called by the WorkDefinitionPostCreate or WorkDefinitionPostUpdate services. Logs the details of the status change after the action completes.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
PostCreateAction—Executes actions after data is created. Triggered after a create action completes.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
PostUpdateAction—Executes actions after data is updated. Triggered after an update action completes.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
PostDeleteAction—Executes actions after data is deleted. Triggered after a delete action completes.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
WorkDefinitionPostCreate—Called by the CallServices service. Calls theLogWorkDefinitionExecutionStatusChange service.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
WorkDefinitionPostUpdate—Called by the CallServices service. Calls the LogWorkDefinitionExecutionStatusChange service.
Input parameters: DataChanges (INFOTABLEPTC.SCA.SCO.DataChange Data Shape)
Output: No output
Was this helpful?