Post-Action Handler Thing Shape Services
The following services are found on the post-action handler Thing Shape (PTC.SCA.SCO.PostActionHandlerThingShape):
LogWorkDefinitionExecutionStatusChange—Called by the WorkDefinitionPostCreate or WorkDefinitionPostUpdate services. Logs the details of the status change after the action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output
PostCreateAction—Executes actions after data is created. Triggered after a create action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output
PostUpdateAction—Executes actions after data is updated. Triggered after an update action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output
PostDeleteAction—Executes actions after data is deleted. Triggered after a delete action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output
WorkDefinitionPostCreate—Called by the CallServices service. Calls theLogWorkDefinitionExecutionStatusChange service.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output
WorkDefinitionPostUpdate—Called by the CallServices service. Calls the LogWorkDefinitionExecutionStatusChange service.
• Input parameters: DataChanges (INFOTABLE—PTC.SCA.SCO.DataChange Data Shape)
• Output: No output