The base64-encoded subject string.
An object containing processId, name, and version.
Will throw an error if the subject is invalid or missing required fields.
const subjectString = <A base64 string>;
const parsedSubject = parseSubject(subjectString);
// Result: { processId: "12345", name: "ExampleProcess", version: "1.0.0" }
Generated using TypeDoc
Parses a subject string and returns an object with processId, name, and version.