The ID of the process.
The name associated with the process.
The version of the process.
A base64-encoded string representing the subject.
const subject = makeSubject("12345", "ExampleProcess", "1.0.0");
// Result: <A base64 string>
Generated using TypeDoc
Creates a subject string for a given process, name, and version. The subject is encoded in base64 format.