Create a simple user interface for your team to start new State Machine executions. No need anymore to build cumbersome frontends, auth and APIs just start State Machine executions.
StepFunctionsExecutionForm
construct is a simple way how to enable anyone in the team to start new State Machine executions with pre-defined input message shape.
Features
- Easily trigger new State Machine executions
- Define arbitrary number of input fields
- Restart the state machine with the same payload
- Build a custom message shape
- Display custom instructions to give a guidance to the users
Preview
Usage
Simplified key-value fields definition
Buttonize uses Input.text
component for the input elements.