Package software.amazon.awssdk.services.sfn
With Step Functions, you can create workflows, also called state machines, to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning pipelines.
Through the Step Functions API, you can create, list, update, and delete state machines, activities, and other data types. You can start, stop, and redrive your state machines. Your activity workers can send task success, heartbeat, and failure responses.
With API calls, you can also manage other aspects of your workflow, such as tags, versions, and aliases.
For more information about developing solutions with Step Functions, see the Step Functions Developer Guide .
If you use the Step Functions API actions using Amazon Web Services SDK integrations, make sure the API actions are
in camel case and parameter names are in Pascal case. For example, you might use Step Functions API action
startSyncExecution
and specify its parameter as StateMachineArn
.
-
ClassDescriptionService client for accessing AWS SFN asynchronously.A builder for creating an instance of
SfnAsyncClient
.This includes configuration specific to AWS SFN that is supported by bothSfnClientBuilder
andSfnAsyncClientBuilder
.Service client for accessing AWS SFN.A builder for creating an instance ofSfnClient
.Class to expose the service client settings to the user.A builder for creating aSfnServiceClientConfiguration