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?
I must consume external webservice that contains three methods: start job, check job state,
Share
This sounds like a workflow to me so I would highly consider using a Saga.