A Broadway flow can run automatically as a result of a Logical Unit Deploy activity. Once the deploy.flow Broadway flow is defined under a selected LU, each time a deploy is initiated for the LU, it will trigger the execution of the deploy.flow.
If the deploy.flow is defined on the Shared level only, it will be inherited by all the LUs.
If a Soft Deploy is defined to the deployed environment, a deploy will not trigger the deploy.flow execution.
When a new Logical Unit is created, a deploy.flow will be generated automatically with the following constants:
lu_name - contains the name of deployed LU.
nosync
is_first_deploy - A Boolean indicating if this is the first deploy.
is_studio - This value is true if this is the Studio debug environment Fabric instance.
A Broadway flow can run automatically as a result of a Logical Unit Deploy activity. Once the deploy.flow Broadway flow is defined under a selected LU, each time a deploy is initiated for the LU, it will trigger the execution of the deploy.flow.
If the deploy.flow is defined on the Shared level only, it will be inherited by all the LUs.
If a Soft Deploy is defined to the deployed environment, a deploy will not trigger the deploy.flow execution.
When a new Logical Unit is created, a deploy.flow will be generated automatically with the following constants:
lu_name - contains the name of deployed LU.
nosync
is_first_deploy - A Boolean indicating if this is the first deploy.
is_studio - This value is true if this is the Studio debug environment Fabric instance.