Usage¶
Work with Stegflow inside a tenant: define access, connect clients, and run workflows. This section is for developers and tenant members using the engine.
How-to guides¶
- Create a tenant: the isolated workspace everything you build lives in.
- Create a role: a scoped identity for a workflow or an AWS client.
- Connect an AWS SDK or CLI: issue credentials and point a client at Stegflow.
Reference¶
- Service integrations: call HTTP and execute state machines from a Task state.
- Intrinsic functions: the built-in
States.*functions. - JSONata: JSONata expressions and the
$statescontext. - AWS compatibility: supported actions and how to connect.
- Amazon States Language: the ASL specification.