Mercurial > public > finance-parser
view statemachine/statemachine.asl.json @ 16:b396a3341f6f default tip
Move to mercurial
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 03 Jun 2025 14:32:46 +0100 |
parents | 2e5f3664f3e4 |
children |
line wrap: on
line source
{ "StartAt": "AnalyzeDocumentWithTextract", "States": { "AnalyzeDocumentWithTextract": { "Type": "Task", "Resource": "${AnalyzeDocumentFunctionArn}", "Next": "ProcessDocument" }, "ProcessDocument": { "Type": "Task", "Resource": "${ProcessDocumentFunctionArn}", "Next": "UploadDocument" }, "UploadDocument": { "Type": "Task", "Resource": "${UploadDocumentFunctionArn}", "End": true } } }