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 6a12aca commit d9d5562Copy full SHA for d9d5562
src/main/java/io/zeebe/http/ConfigurationMaps.java
@@ -5,18 +5,6 @@
5
import java.util.Map;
6
import java.util.Optional;
7
8
-/**
9
- * Map that overlays different sources for objects used in expressions, namely
10
- *
11
- * <li>Custom Headers of a Task in a BPMN workflow</li>
12
- * <li>Workflow variables of the current instance</li>
13
- * <li>Environment variables loaded from a given URL</li>
14
15
- * Additionally some constants can also be resolved, namely
16
17
- * <li>jobKey</li>
18
- * <li>processInstanceKey</li>
19
- */
20
public class ConfigurationMaps {
21
22
private final Map<String, String> customHeaders;
0 commit comments