Improve workflow selection before raising a WorkflowExecutionAlreadyStartedFault
This commit is contained in:
parent
96d6bb056b
commit
804d2e91b5
2 changed files with 17 additions and 15 deletions
|
|
@ -97,3 +97,6 @@ def test_domain_get_workflow_execution():
|
|||
SWFUnknownResourceFault,
|
||||
"Unknown execution: WorkflowExecution=[workflowId=wf-id-3, runId=run-id-4]"
|
||||
)
|
||||
|
||||
# raise_if_none attribute
|
||||
domain.get_workflow_execution("foo", raise_if_none=False).should.be.none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue