Question

Best way to call a service from an activity in fire and forget mode
I have a requirement where I have to call a service in asynchronous mode from an activity step.It does not matter whether service fails or success. So it should be executed in a parallel thready and rest of the activity steps should continue to execute without waiting for the service call to finish.Looking forward for the kind suggestion.