create-triggered-task
SnapLogic Triggered Task Creation & Execution Skill
Agentic Workflow (Claude: Follow these steps in order)
Step 1: Load the Complete Guide
ACTION: Use the Read tool to load:
{{cookiecutter.primary_pipeline_name}}/.claude/skills/create-triggered-task/SKILL.md
Do not proceed until you have read the complete guide.
Step 2: Understand the User's Request
Parse what the user wants:
- Which pipeline is the triggered task for?
- What parameters need to be passed?
- Need notifications configured?
- Create task only, or create AND execute?
- Create test case or show template?
Step 3: Follow the Guide — Create ALL Required Files (MANDATORY)
When creating triggered task test cases, you MUST call the Write tool to create ALL required files. Never skip any file. Never say "file already exists". Always write them fresh:
- Robot test file (
.robot) intest/suite/pipeline_tests/[type]/— WRITE this - TRIGGERED_TASK_README.md with file structure tree diagram in the same test directory — WRITE this
Use the detailed instructions from the file you loaded in Step 1 for templates and conventions.
Step 4: Respond to User
Provide the created files or requested information based on the complete guide.
Quick Reference
Template keywords:
Create Triggered Task From Template— Creates a triggered taskRun Triggered Task With Parameters From Template— Executes a triggered task
Prerequisites:
- Pipeline must be imported first (
/import-pipeline) - Accounts must be created first (
/create-account)
Invoke with: /create-triggered-task
More from snaplogic/snaplogic-robotframework-examples
robot-expert
Robot Framework expert for SnapLogic pipeline testing conventions. Use when the user asks about best practices, naming conventions, tags, variable patterns, or database/messaging test patterns.
29export-data-to-csv
Creates Robot Framework test cases for exporting database table data to CSV files. Use when the user wants to export Oracle, Snowflake, PostgreSQL, or other database data to CSV for verification or comparison purposes.
21troubleshoot
Troubleshooting guide for common issues in SnapLogic Robot Framework testing. Use when the user encounters errors, Docker/container issues, environment configuration problems, network connectivity issues, or SnapLogic API errors.
19debug-logs
Helps debug test failures and view logs in the SnapLogic Robot Framework project. Use when the user wants to view test results, check container logs, debug specific test failures, or run environment diagnostics.
19run-tests
Guides users on running Robot Framework tests in the SnapLogic project. Use when the user wants to run tests, needs to know which make command to use, or wants to understand test tags and execution options.
19end-to-end-pipeline-verification
Creates a complete Robot Framework test suite with account creation, file uploads, pipeline import, triggered task creation/execution, and data verification. Use when the user needs to set up accounts, upload test files, import pipelines, create/execute triggered tasks, AND verify results together in a single test file.
19