Agent skill
activepieces-common-issues
Sub-skill of activepieces: Common Issues (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/operations/automation/activepieces/common-issues
SKILL.md
Common Issues (+1)
Common Issues
Issue: Flow not triggering
# Check webhook URL is accessible
curl -X POST https://activepieces.example.com/api/v1/webhooks/your-flow-id \
-H "Content-Type: application/json" \
-d '{"test": true}'
# Verify flow is enabled
# Check logs in Activepieces UI
Issue: Connection authentication failing
# Test credentials manually
curl -X GET "https://api.service.com/test" \
-H "Authorization: Bearer YOUR_TOKEN"
# Re-authenticate connection in UI
Issue: Code step timeout
# Increase sandbox timeout
AP_SANDBOX_RUN_TIME_SECONDS: 600
Debugging Tips
// Add logging in code steps
console.log('Input:', JSON.stringify(inputs, null, 2));
console.log('Processing step...');
// Return debug info
return {
result: processedData,
debug: {
input_count: inputs.items.length,
processing_time_ms: Date.now() - startTime
}
};
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?