File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Unicorn.Properties/StateMachine Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ States:
22
22
Comment : >-
23
23
ContractExistsChecker checks to see if a contract for a specified
24
24
property exists.
25
-
25
+
26
26
NotFound :
27
27
Type : Fail
28
28
@@ -46,9 +46,9 @@ States:
46
46
Comment : >-
47
47
Loop through all the images for the property and ensure they don't have
48
48
unsafe content.
49
- ItemsPath : " $.detail.Images "
49
+ ItemsPath : " $.detail.images "
50
50
ResultPath : " $.ImageModerations"
51
-
51
+
52
52
CheckDescriptionSentiment :
53
53
Type : Task
54
54
Parameters :
@@ -62,7 +62,7 @@ States:
62
62
Type : Task
63
63
Resource : arn:aws:states:::lambda:invoke
64
64
ResultPath : " $.ValidationCheck"
65
- ResultSelector :
65
+ ResultSelector :
66
66
ValidationResult.$ : " $.Payload.ValidationResult"
67
67
Parameters :
68
68
Payload.$ : $
@@ -80,9 +80,9 @@ States:
80
80
IsContentSafe :
81
81
Type : Choice
82
82
Choices :
83
- - Variable : $.ValidationCheck.ValidationResult
84
- StringEquals : PASS
85
- Next : WaitForContractApproval
83
+ - Variable : $.ValidationCheck.ValidationResult
84
+ StringEquals : PASS
85
+ Next : WaitForContractApproval
86
86
Default : PublicationEvaluationCompletedDeclined
87
87
88
88
PublicationEvaluationCompletedDeclined :
@@ -99,7 +99,7 @@ States:
99
99
Next : Declined
100
100
Declined :
101
101
Type : Succeed
102
-
102
+
103
103
WaitForContractApproval :
104
104
Type : Task
105
105
Resource : arn:aws:states:::lambda:invoke.waitForTaskToken
You can’t perform that action at this time.
0 commit comments