mirror of https://github.com/dapr/java-sdk.git
parent
f118b31238
commit
a1c116fd4d
|
|
@ -55,11 +55,6 @@ public class WorkflowTaskOptions {
|
|||
}
|
||||
}
|
||||
|
||||
if (appId != null) {
|
||||
throw new RuntimeException("Setting an appId is not supported in 1.15.x");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor for WorkflowTaskOptions with retry policy and app ID.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue