Reputation: 4073
I must consume external webservice that contains three methods: start job, check job state, get job results. May I use Schedule feature from NServiceBus for checking if webservice has done his job or maybe I should use sagas with timeout?
Upvotes: 1
Views: 130
Reputation: 6050
This sounds like a workflow to me so I would highly consider using a Saga.
Upvotes: 3