index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client/grpc/WorkflowClient.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,000
0
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client/grpc/MetadataClient.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,001
0
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client
Create_ds/conductor/grpc-client/src/main/java/com/netflix/conductor/client/grpc/ClientBase.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,002
0
Create_ds/conductor/awssqs-event-queue/src/test/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/test/java/com/netflix/conductor/sqs/eventqueue/SQSObservableQueueTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,003
0
Create_ds/conductor/awssqs-event-queue/src/test/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/test/java/com/netflix/conductor/sqs/eventqueue/DefaultEventQueueProcessorTest.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,004
0
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs/eventqueue/SQSObservableQueue.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,005
0
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs/config/SQSEventQueueProperties.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,006
0
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs/config/SQSEventQueueConfiguration.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,007
0
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs
Create_ds/conductor/awssqs-event-queue/src/main/java/com/netflix/conductor/sqs/config/SQSEventQueueProvider.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,008
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/Order.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,009
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/Shipment.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,010
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/ShipmentState.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,011
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/User.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,012
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/ShipmentWorkers.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,013
0
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example
Create_ds/conductor/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment/ShipmentWorkflow.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,014
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/def/WorkflowCreationTests.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,015
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/def/WorkflowDefTaskTests.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,016
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/def/WorkflowState.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,017
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/def/TaskConversionsTests.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,018
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/testing/TestWorkflowInput.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,019
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/testing/WorkflowTestFrameworkTests.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,020
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/testing/Task1Input.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,021
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/executor/task/TestWorkerConfig.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,022
0
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/test/java/com/netflix/conductor/sdk/workflow/executor/task/AnnotatedWorkerTests.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,023
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/healthcheck/HealthCheckClient.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,024
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/testing/WorkflowTestRunner.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,025
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/testing/LocalServerRunner.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,026
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/WorkflowBuilder.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,027
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/ValidationError.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,028
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/ConductorWorkflow.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,029
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Join.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,030
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Terminate.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,031
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/DoWhile.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,032
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/TaskRegistry.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,033
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Javascript.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,034
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/ForkJoin.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,035
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/JQ.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,036
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/SimpleTask.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,037
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Event.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,038
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Http.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,039
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Dynamic.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,040
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Task.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,041
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/DynamicFork.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,042
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/SetVariable.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,043
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/DynamicForkInput.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,044
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/SubWorkflow.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,045
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Switch.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,046
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/Wait.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,047
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/utils/ObjectMapperProvider.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,048
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/utils/InputOutputGetter.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,049
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/utils/MapBuilder.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,050
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/task/InputParam.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,051
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/task/WorkerTask.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,052
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/task/OutputParam.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,053
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/WorkflowExecutor.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,054
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/WorkerConfiguration.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,055
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/NonRetryableException.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,056
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/TaskContext.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,057
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/DynamicForkWorker.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,058
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/AnnotatedWorkerExecutor.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,059
0
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor
Create_ds/conductor/java-sdk/src/main/java/com/netflix/conductor/sdk/workflow/executor/task/AnnotatedWorker.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,060
0
Create_ds/conductor/server/src/test/java/com/netflix/conductor/common
Create_ds/conductor/server/src/test/java/com/netflix/conductor/common/config/ConductorObjectMapperTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,061
0
Create_ds/conductor/server/src/main/java/com/netflix
Create_ds/conductor/server/src/main/java/com/netflix/conductor/Conductor.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,062
0
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations/protogen/ProtoField.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,063
0
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations/protogen/ProtoMessage.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,064
0
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations
Create_ds/conductor/annotations/src/main/java/com/netflix/conductor/annotations/protogen/ProtoEnum.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,065
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/tasks/TaskDefTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,066
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/tasks/TaskResultTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,067
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/tasks/TaskTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,068
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/config/TestObjectMapperConfiguration.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,069
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/utils/SummaryUtilTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,070
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/utils/ConstraintParamUtilTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,071
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/workflow/SubWorkflowParamsTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,072
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/workflow/WorkflowDefValidatorTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,073
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/workflow/WorkflowTaskTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,074
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/run/TaskSummaryTest.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,075
0
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common
Create_ds/conductor/common/src/test/java/com/netflix/conductor/common/events/EventHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,076
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/constraints/NoSemiColonConstraint.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,077
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/constraints/TaskTimeoutConstraint.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,078
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/constraints/TaskReferenceNameUniqueConstraint.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,079
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/constraints/OwnerEmailMandatoryConstraint.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,080
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/config/ObjectMapperConfiguration.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,081
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/config/ObjectMapperProvider.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,082
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/config/ObjectMapperBuilderConfiguration.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,083
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/utils/ExternalPayloadStorage.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,084
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/utils/ConstraintParamUtil.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,085
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/utils/SummaryUtil.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,086
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/utils/TaskUtils.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,087
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/utils/EnvUtils.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,088
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/model/BulkResponse.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,089
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/SearchResult.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,090
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/WorkflowTestRequest.java
/* * Copyright 2023 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,091
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/TaskSummary.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,092
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/ExternalStorageLocation.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,093
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/WorkflowSummary.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,094
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/run/Workflow.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,095
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata/Auditable.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,096
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata/BaseDef.java
/* * Copyright 2022 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,097
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata/tasks/TaskDef.java
/* * Copyright 2021 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,098
0
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata
Create_ds/conductor/common/src/main/java/com/netflix/conductor/common/metadata/tasks/PollData.java
/* * Copyright 2020 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,099