@n8n-dev/n8n-nodes-amazonaws-swf
v1.0.0
Published
Amazon SWF coordinates distributed cloud workflows.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-swf
Stop writing amazonaws-swf API integrations by hand.
Every time you connect n8n to amazonaws-swf, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-swf took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-swfOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-swf - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-swf API → paste your API key
- Drag the amazonaws-swf node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Count Closed Workflow Executions
- Post Count Open Workflow Executions
- Post Count Pending Activity Tasks
- Post Count Pending Decision Tasks
- Post Deprecate Activity Type
- Post Deprecate Domain
- Post Deprecate Workflow Type
- Post Describe Activity Type
- Post Describe Domain
- Post Describe Workflow Execution
- Post Describe Workflow Type
- Post Get Workflow Execution History
- Post List Activity Types
- Post List Closed Workflow Executions
- Post List Domains
- Post List Open Workflow Executions
- Post List Tags For Resource
- Post List Workflow Types
- Post Poll For Activity Task
- Post Poll For Decision Task
- Post Record Activity Task Heartbeat
- Post Register Activity Type
- Post Register Domain
- Post Register Workflow Type
- Post Request Cancel Workflow Execution
- Post Respond Activity Task Canceled
- Post Respond Activity Task Completed
- Post Respond Activity Task Failed
- Post Respond Decision Task Completed
- Post Signal Workflow Execution
- Post Start Workflow Execution
- Post Tag Resource
- Post Terminate Workflow Execution
- Post Undeprecate Activity Type
- Post Undeprecate Domain
- Post Undeprecate Workflow Type
- Post Untag Resource
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-swf docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-swf OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-swf OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-swf API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
