The following table lists API operations available for use in Serverless Workflow.
API | Description |
---|---|
GetExecutionHistory | Queries the detailed information of each step in the execution process. |
CreateFlow | Creates a flow. |
UpdateFlow | Updates a flow. |
DescribeExecution | Queries detailed information of an execution. |
DescribeFlow | Queries detailed information of a flow. |
ListExecutions | Queries all historical executions in a flow. |
ListFlows | Queries a list of flows. |
StopExecution | Stops a flow that is being executed. |
StartExecution | Starts a flow execution. |
DeleteFlow | Deletes an existing flow. |
ReportTaskSucceeded | Reports that the execution of a specified task is successful. |
ReportTaskFailed | Reports that a specified task fails to be executed. |