processKey | String The internal identifier (that is, process key) of the integration process for which you want to create an instance. The process key that you specify must already be defined in the Process Audit Log. You defined the process key and associated it with an integration process when you added the process definition to the Process Audit Log using the
pub.monitor.integrationProcessLogging:createProcessMetadata service. A process key is 1 to 64 alphanumeric characters. |
processInstanceID | String The process instance ID you want to assign to the new process instance you are creating. You can create your own process instance ID or use the
pub.monitor.integrationProcessLogging:generateProcessInstanceID service to generate one. If you create your own process instance ID, the ID must be 1 to 32 characters. |
result | String The outcome of creating the process instance. If the service successfully created the process instance, result is “success.” If the service encountered an error attempting to create the process instance, result contains the exception. |