For deployer to enable process after execution, this property (Enable process for execution) needs to be set to Yes. Unfortunately I don't know the correct property syntax. If you have a deployment project, you can update it directly from there, or you can create a new one, set this property to Yes, and then list the properties using the command in the documentation below the screenshot.

displaying project properties
Alternatively, you can enable it manually (with a service call after deployment, there must be a service for this task but it may require some digging as I don't know which service does it).
Or you can set it in Process level so that it will be enabled by default during deployment, but this requires access to the process code.

------------------------------
engin sarlak
------------------------------
Original Message:
Sent: Wed June 25, 2025 05:45 AM
From: jimmy jing
Subject: ProjectAutomator deploy BPM with Execution Enabled
hi team
webMethods version : 10.15
i can deploy BPM to target server via below script , but the Process Model Version do not running or execution , if i go to my webMethods portal and config 'Execution Enabled' to selected, it will be running , i don't like that , i want to run it when i execute below command , how can i config it ? or add any parameters to the Deployer.sh script ?
and i want to know the parameters list of the script Deployer.sh and com.wm.deployer.CLI.MainClass
/opt/softwareag/IntegrationServer/instances/xxxx/packages/WmDeployer/bin/Deployer.sh --deploy -dc myDeployment -project BPM4Demo -host localhost -port 5555 -user Administrator -pwd xxx
------------------------------
jimmy jing
------------------------------