File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
impl/openapi/src/main/java/io/serverlessworkflow/impl/executors/openapi Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2424import io .serverlessworkflow .api .types .Headers ;
2525import io .serverlessworkflow .api .types .Query ;
2626import io .serverlessworkflow .api .types .ReferenceableAuthenticationPolicy ;
27- import io .serverlessworkflow .api .types .TaskTimeout ;
28- import io .serverlessworkflow .api .types .Timeout ;
29- import io .serverlessworkflow .api .types .TimeoutAfter ;
3027import io .serverlessworkflow .api .types .UriTemplate ;
3128import io .swagger .v3 .oas .models .media .Schema ;
3229import io .swagger .v3 .oas .models .parameters .Parameter ;
@@ -85,14 +82,6 @@ CallHTTP build() {
8582
8683 addTarget (endpoint );
8784
88- TaskTimeout taskTimeout = new TaskTimeout ();
89- Timeout timeout = new Timeout ();
90- taskTimeout .withTaskTimeoutDefinition (timeout );
91- TimeoutAfter timeoutAfter = new TimeoutAfter ();
92- timeout .setAfter (timeoutAfter );
93- timeoutAfter .withDurationExpression ("PT30S" );
94- callHTTP .setTimeout (taskTimeout );
95-
9685 return callHTTP ;
9786 }
9887
You can’t perform that action at this time.
0 commit comments