Operations and access to process data
Operations and access to process data
API
interface ProcessApi {
correlateMessage(messageName: string, processVariables?: { [key: string]: string })
// Sends messages to the process, optionally process variables can be provided
setAccessGroups(groupNames: string[])
// Sets the list of groups that have access to the process instance on the case list
}Operational context
Reference to another process
Usage examples
1. correlateMessage()
correlateMessage()2. setAccessGroups()
setAccessGroups()More:
Last updated
Was this helpful?
