We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d30fd0 commit 354fe58Copy full SHA for 354fe58
sdk-tests/src/test/java/io/dapr/it/testcontainers/workflows/TestWorkflowsConfiguration.java
@@ -15,6 +15,8 @@
15
16
import com.fasterxml.jackson.databind.ObjectMapper;
17
import io.dapr.config.Properties;
18
+import io.dapr.it.testcontainers.TaskExecutionIdActivity;
19
+import io.dapr.it.testcontainers.TestExecutionKeysWorkflow;
20
import io.dapr.workflows.client.DaprWorkflowClient;
21
import io.dapr.workflows.runtime.WorkflowRuntimeBuilder;
22
import org.springframework.beans.factory.annotation.Value;
0 commit comments