@@ -24,11 +24,11 @@ expected_stdout_lines:
2424 - '== APP == workflow event raised'
2525 - '== APP == stage: 2'
2626 - '== APP == fail activity executions: 3'
27- - '== APP == workflow status: COMPLETED '
27+ - '== APP == workflow status: ORCHESTRATION_STATUS_COMPLETED '
2828 - '== APP == workflow purged'
2929 - '== APP == stage: 2'
3030 - '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
31- - '== APP == workflow status: RUNNING '
31+ - '== APP == workflow status: ORCHESTRATION_STATUS_RUNNING '
3232 - '== APP == workflow terminated'
3333 - '== APP == workflow purged'
3434 - '== APP == workflow worker successfully shutdown'
@@ -61,15 +61,15 @@ dapr run --app-id workflow \
6161 - '== APP == stage: 1'
6262 - '== APP == workflow event raised'
6363 - '== APP == stage: 2'
64- - '== APP == workflow status: COMPLETED '
64+ - '== APP == workflow status: ORCHESTRATION_STATUS_COMPLETED '
6565 - '== APP == workflow purged'
6666 - '== APP == stage: 2'
6767 - '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
6868 - '== APP == workflow terminated'
6969 - '== APP == workflow purged'
7070 - '== APP == workflow client test'
7171 - '== APP == [wfclient] started workflow with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
72- - '== APP == [wfclient] workflow status: RUNNING '
72+ - '== APP == [wfclient] workflow status: ORCHESTRATION_STATUS_RUNNING '
7373 - '== APP == [wfclient] stage: 1'
7474 - '== APP == [wfclient] event raised'
7575 - '== APP == [wfclient] stage: 2'
0 commit comments