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.
-
Interface Summary Interface Description SfnAsyncClient Service client for accessing AWS SFN asynchronously.SfnAsyncClientBuilder A builder for creating an instance ofSfnAsyncClient.SfnBaseClientBuilder<B extends SfnBaseClientBuilder<B,C>,C> This includes configuration specific to AWS SFN that is supported by bothSfnClientBuilderandSfnAsyncClientBuilder.SfnClient Service client for accessing AWS SFN.SfnClientBuilder A builder for creating an instance ofSfnClient.SfnServiceClientConfiguration.Builder A builder for creating aSfnServiceClientConfiguration -
Class Summary Class Description SfnServiceClientConfiguration Class to expose the service client settings to the user.