mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
9 lines
125 B
Protocol Buffer
9 lines
125 B
Protocol Buffer
message Meta {
|
|
extensions 10 to 20;
|
|
}
|
|
|
|
extend Meta {
|
|
required string workflow_id = 10;
|
|
required string task_id = 11;
|
|
}
|