Skip to main content

Pre and Post-Process

This type of Skill implements the functionality of both Pre-Process and Post-Process Skills in a single instance.

Implementing a Pre and Post-Process Skill

See the docs for each Skill type independently:

Registering a Pre and Post-Process Skill

skill-definition.json
{
"name": "My Skill",
"summary": "skill summary here",
"description": "",
// ... other skill properties
"config": {
"skillType": "PRE_POST_PROCESS"
}
}