You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use the tool and migrate API Mediation Layer pipeline deployments to zowe-api-dev.
We want to stop the deployed job after we are done with it, for example when pipeline is done, release the resources.
Our job is started with BPXBATCH and the zowe-api-dev is sending stop command, which is not effective for java launched this way. We would like to be able to do something like `zowe-api-dev stop --force' that would also send the cancel command.
We would like to have this in place before we migrate our pipeline to this tool.
The text was updated successfully, but these errors were encountered:
What about having the stop command to be intelligent as in PTG2? Try to stop it using /P, check if it has stopped. If not, /CANCEL it and wait until it is canceled. There would be option --cancel to cancel without trying to stop too. I do not want to call it --force since there is also a FORCE command in z/OS that is stronger than CANCEL but should not be used since it can cause problems to the system.
We are trying to use the tool and migrate API Mediation Layer pipeline deployments to zowe-api-dev.
We want to stop the deployed job after we are done with it, for example when pipeline is done, release the resources.
Our job is started with BPXBATCH and the zowe-api-dev is sending stop command, which is not effective for java launched this way. We would like to be able to do something like `zowe-api-dev stop --force' that would also send the cancel command.
We would like to have this in place before we migrate our pipeline to this tool.
The text was updated successfully, but these errors were encountered: