Skip to content

Commit

Permalink
update state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent 6fb7b4f commit 109e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state_machines/rfp_email_form_fill/state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"Parameters": {
"execution_metadata": {
"bucket": "levio-demo-fev-esta-ses-bucket-dev",
"work_folder.$": "States.Format('rfp/executions/{}', $.Records[0].ses.mail.messageId)",
"work_folder.$": "States.Format('rfp/executions/{}_{}', $$.State.EnteredTime, $.Records[0].ses.mail.messageId)",
"prompts_JSON_path": "rfp/configuration/rfp_prompts.json",
"destination_email.$": "$.Records[0].ses.mail.destination",
"email_id.$": "$.Records[0].ses.mail.messageId",
"raw_email_key.$": "States.Format('rfp/raw_emails/{}', $.Records[0].ses.mail.messageId)",
"sender_email.$": "$.Records[0].ses.mail.source",
"form_to_fill_s3_uri.$": "States.Format('s3://levio-demo-fev-esta-ses-bucket-dev/rfp/executions/{}/rfp.docx', $.Records[0].ses.mail.messageId)"
"form_to_fill_s3_uri.$": "States.Format('s3://levio-demo-fev-esta-ses-bucket-dev/rfp/executions/{}_{}/rfp.docx', $$.State.EnteredTime, $.Records[0].ses.mail.messageId)"
}
},
"Type": "Pass"
Expand Down

0 comments on commit 109e760

Please sign in to comment.