Support more defaults in SWF workflow registration

SWF workflow type now keeps track of the default task-priority and
default AWS Lambda role, set at workflow registration.
This commit is contained in:
Laurie O 2020-02-18 21:59:06 +10:00
commit 979d20753c
No known key found for this signature in database
GPG key ID: AAA23A02196FC956
3 changed files with 49 additions and 2 deletions

View file

@ -8,6 +8,8 @@ class WorkflowType(GenericType):
"defaultChildPolicy",
"defaultExecutionStartToCloseTimeout",
"defaultTaskStartToCloseTimeout",
"defaultTaskPriority",
"defaultLambdaRole",
]
@property