Implement reverseOrder option for GetWorkflowExecutionHistory and PollForDecisionTask
This commit is contained in:
parent
c16da9da2d
commit
aa4adbb76e
6 changed files with 40 additions and 15 deletions
|
|
@ -197,8 +197,8 @@ def test_workflow_execution_start_decision_task():
|
|||
wfe.start_decision_task(dt.task_token, identity="srv01")
|
||||
dt = wfe.decision_tasks[0]
|
||||
dt.state.should.equal("STARTED")
|
||||
wfe.events[-1].event_type.should.equal("DecisionTaskStarted")
|
||||
wfe.events[-1].identity.should.equal("srv01")
|
||||
wfe.events()[-1].event_type.should.equal("DecisionTaskStarted")
|
||||
wfe.events()[-1].identity.should.equal("srv01")
|
||||
|
||||
|
||||
# HistoryEvent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue