processKey | String The internal identifier (that is, process key) of the integration process definition that the step you are defining is a part of. You defined the process key 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. |
stepID | String An identifier that you assign to the process step. The value you specify for stepID must be 1 to 128 alphanumeric characters. You use this identifier in subsequent services when you want to reference this step definition. It is an internal identifier only; Monitor does not display this value. |
stepLabel | String A step name that you assign to the process step. The value you specify for stepLabel must be 1 to 1024 alphanumeric characters. Monitor displays this value when listing information about the process step. |
result | String The outcome of adding the step definition. If the service successfully added the step definition, result is “success.” If the service encountered an error attempting to add the step definition, result contains the exception. |