> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run AWS Step Functions

> Add a Run AWS Step Functions command to a Paradime Bolt schedule to start state machines from the Paradime CLI as part of your dbt™ pipeline.

Start one or more AWS Step Functions state machines from a Bolt schedule to run downstream workflows as part of your pipeline.

## Prerequisites

* AWS connected as a [workspace integration](/integrations/aws-step-functions). AWS credentials are taken from that integration.

## Usage

Add the **Run AWS Step Functions** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime AWS Step Functions CLI](/developers/paradime-cli/aws-step-functions-cli):

```bash theme={"system"}
paradime run aws-stepfunctions-trigger --state-machine-arns=arn:aws:states:...
```

Pass input to the state machine with `--input-data='{"key":"value"}'`.

## Learn more

See the [Paradime AWS Step Functions CLI](/developers/paradime-cli/aws-step-functions-cli) for the full command and flag reference.


## Related topics

- [AWS Step Functions](/integrations/aws-step-functions.md)
- [AWS Step Functions CLI](/developers/paradime-cli/aws-step-functions-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Integrations](/integrations/index.md)
- [AWS Lambda](/integrations/aws-lambda.md)
