I have 2 flows: `KPS` and `Compliance` . `Complian...
# ask-community
t
I have 2 flows:
KPS
and
Compliance
.
Compliance
would run after
KPS
, so I create a deployment
KPS & Compliance
to schedule them to run together However, I also want to run
Compliance
flow separately without
KPS
, and currently I must create another deployment to wrap
Compliance
to be able to execute it from the UI or through the API. Is there a way to execute the Compliance flow without needing to create the second deployment? Any help is appreciated!