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:
parent
aeb194fc57
commit
979d20753c
3 changed files with 49 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ class WorkflowType(GenericType):
|
|||
"defaultChildPolicy",
|
||||
"defaultExecutionStartToCloseTimeout",
|
||||
"defaultTaskStartToCloseTimeout",
|
||||
"defaultTaskPriority",
|
||||
"defaultLambdaRole",
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue