cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Deploy EasyTrade bizflow via monaco - the flows are not visible in UI even that deployment succeeded

deni
Advisor

Hi,

I'm deploying two bizflows via monaco:

deni@DESKTOP-FIUAJLC:~/dynatrace/easytrade/monaco$ monaco deploy manifest.yaml -p bizflow
time=2025-07-26T11:45:32.899+03:00 level=INFO msg="Monaco version 2.24.1"
time=2025-07-26T11:45:32.899+03:00 level=INFO msg="Loading manifest \"/home/deni/dynatrace/easytrade/monaco/manifest.yaml\". Restrictions: groups=[], environments=[]" manifestPath=/home/deni/dynatrace/easytrade/monaco/manifest.yaml
time=2025-07-26T11:45:33.851+03:00 level=INFO msg="Projects to be deployed (1):"
time=2025-07-26T11:45:33.851+03:00 level=INFO msg=" - bizflow"
time=2025-07-26T11:45:33.852+03:00 level=INFO msg="Environments to deploy to (1):"
time=2025-07-26T11:45:33.852+03:00 level=INFO msg=" - dev"
time=2025-07-26T11:45:34.054+03:00 level=INFO msg="Deploying configurations to environment \"dev\"..." environment.name=dev environment.group=development
time=2025-07-26T11:45:34.054+03:00 level=INFO msg="Deploying 2 independent configuration sets in parallel..." environment.name=dev environment.group=development
time=2025-07-26T11:45:34.055+03:00 level=INFO msg="Skipping deployment of config" deploymentStatus=skipped environment.name=dev environment.group=development coordinate.reference=bizflow:app:dynatrace.biz.flow:biz-flow-settings:easytrade-deposit-trade-bizflow coordinate.project=bizflow coordinate.type=app:dynatrace.biz.flow:biz-flow-settings coordinate.configId=easytrade-deposit-trade-bizflow gid=1
time=2025-07-26T11:45:34.056+03:00 level=INFO msg="Skipping deployment of config" deploymentStatus=skipped environment.name=dev environment.group=development coordinate.reference=bizflow:app:dynatrace.biz.flow:biz-flow-settings:easytrade-credit-card-order-bizflow coordinate.project=bizflow coordinate.type=app:dynatrace.biz.flow:biz-flow-settings coordinate.configId=easytrade-credit-card-order-bizflow gid=0
time=2025-07-26T11:45:34.056+03:00 level=INFO msg="Deployment successful for environment 'dev'" environment.group=development environment.name=dev environment.name=dev environment.group=development
time=2025-07-26T11:45:34.056+03:00 level=INFO msg="Deployment finished without errors"

There are other projects there and I deploy them successfully. I'm able to see the data in the Dynatrace UI, but for this one, even that the deployment finished without errors I can't see the flows in the "Business flow" app in Dynatrace UI and also via API:

deni@DESKTOP-FIUAJLC:~/dynatrace/easytrade/monaco$ curl 'https://{environmentid}.live.dynatrace.com/api/v2/settings/objects?schemaIds=app%3Adynatrace.biz.flow%3Abiz-flow-settings' \
> -X GET \
> -H 'Accept: application/json; charset=utf-8' \
> -H 'Content-Type: application/json; charset=utf-8' \
> -H 'Authorization: Api-Token XXX'
{"items":[],"totalCount":0,"pageSize":100}

Can you please help me to understand where the problem is?

Thanks!

Regards, Deni

Dynatrace Integration Engineer at CodeAttest
1 REPLY 1

deni
Advisor

The was that there were a skip=true step in the config file. It works perfectly now.

Dynatrace Integration Engineer at CodeAttest

Featured Posts