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
Currently we use endpoint: /processes/:processName/deployments in order to fetch all deployments and based on that we are able to provide counts for previous deployments. For batch-type scenario there are additional actions which may be performed: run now action and deployment performed by scheduled execution. Using endpoint: /processes/:scenarioName/activity/activities recently added in #7036 we are able to fulfill these information.
The text was updated successfully, but these errors were encountered:
💥 Proposal
Currently we use endpoint:
/processes/:processName/deployments
in order to fetch all deployments and based on that we are able to provide counts for previous deployments. For batch-type scenario there are additional actions which may be performed: run now action and deployment performed by scheduled execution. Using endpoint:/processes/:scenarioName/activity/activities
recently added in #7036 we are able to fulfill these information.The text was updated successfully, but these errors were encountered: