Delete a Process Attribute
You can remove a process attribute from a server process so that the attribute no longer affects the process and is removed from the process_attributes
table. Use the following command to delete a process attribute:
swadm DELETE_ATTRIBUTE
machine_id
process_name
process_instance
attribute_name
where:
• | machine_id is the unique identifier for the server. If you specify a value of 0 , the command will apply to all servers in iProcess Engine. |
• | process_name is the name of the iProcess Engine process. If you specify a value of ALL, the command will apply to all process types. |
• | process_instance is the instance number of the process. If you specify a value of 0 , the command will apply to all instances of the process. |
• | attribute_name is the name of the attribute to be deleted. |
Example
If the third instance of the BG
process keeps failing but it has been set up to automatically restart, you can stop it restarting while you investigate the reason why it keeps failing. Enter the following command:
swadm delete_attribute 1 bg 3 process_auto_restarts