Skip to content

Commit e3447db

Browse files
Merge pull request #282 from visheshruparelia/patch-2
Make Events class Serializable
2 parents 77ac9d6 + e06df2a commit e3447db

File tree

1 file changed

+2
-1
lines changed
  • api/src/main/java/io/serverlessworkflow/api/workflow

1 file changed

+2
-1
lines changed

api/src/main/java/io/serverlessworkflow/api/workflow/Events.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717

1818
import io.serverlessworkflow.api.events.EventDefinition;
1919
import java.util.List;
20+
import java.io.Serializable;
2021

21-
public class Events {
22+
public class Events implements Serializable {
2223
private String refValue;
2324
private List<EventDefinition> eventDefs;
2425

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy