Searched defs:runId (Results 1 – 2 of 2) sorted by relevance
38 public static ByteString createStartEvent(String userKey, String runId, UserType userType) { in createStartEvent()64 String userKey, String runId, UserType userType) { in createBaseExternalEventBuilder()82 String userKey, String runId, UserType userType) { in createBaseInternalEventBuilder()
139 String runId = UUID.randomUUID().toString(); in run() local