mirror of https://github.com/dapr/java-sdk.git
removing task id from TaskOptions
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
cf2c87ad07
commit
4dea76e568
|
|
@ -248,7 +248,6 @@ public class DefaultWorkflowContext implements WorkflowContext {
|
|||
return TaskOptions.builder()
|
||||
.retryPolicy(retryPolicy)
|
||||
.retryHandler(retryHandler)
|
||||
.appID(options.getAppId())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue