The Actor's Properties window is displayed when adding a new Actor to a flow or when clicking an Actor object in the Flow window. The Actor window holds the following sections:
The Actor's input parameters are displayed in the Actor's Properties window in the following format:
For example:
Click for more information about Broadway data types.
The population of the input parameter depends on the Population Type. The following types are supported:
The actions on the input parameters are:
Default value, set a default value for an input parameter (for Link and External population types). Broadway enables populating a value that matches the parameters type. For example: when the parameter is Integer, Broadway only enables inserting numbers into this parameter.
Edit Schema, click to open the popup window where you can update the parameter's type.
Description, click to check the parameter's description. The description cannot be updated.
Remark, click to add a remark. A remark can be modified.
Mandatory, click to set the input parameter mandatory (starting Fabric 6.5.3). This indication can be used by external systems that are calling the LIST BF command in a context of a specific flow.
Syntax:
LIST BF LU_NAME=<'LU Name'> FLOW=<'BF FLOW'>;
Example:
fabric>list bf lu_name=Customer flow=CheckMaxAndDivide;
|param |name |type|schema |mandatory|default|
+------+------+----+-------------+---------+-------+
|input |a |any |{} |true |null |
|input |b |any |{} |true |null |
|output|result|real|{type=number}|false | |
Note that when populating an input value for an SQL parameter, click QB to open the Query Builder window to validate the SQL query as displayed in the following DbCommand built-in Actor example:
Some Actors such as JavaScript and DbCommand, enable adding input parameters using an Add Input button. A new input parameter has the following default settings:
If the population type is updated to a Const, select the parameter type from the dropdown list.
To delete or add more parameters, in the context menu click > Delete or Insert.
Note that the input parameters of the ancestor Actor cannot be deleted.
The Actor's output parameters are displayed in the Actor's Properties window in the following format:
The actions in the output parameters are:
Some Actors, such as InnerFlow, enable adding output parameters using an Add Output button. A new output parameter is added with the default Parameter Type = Any.
To delete or add more parameters, in the context menu click > Delete or Insert.
Note that the output parameters of the ancestor Actor cannot be deleted.
The Actor's Properties window is displayed when adding a new Actor to a flow or when clicking an Actor object in the Flow window. The Actor window holds the following sections:
The Actor's input parameters are displayed in the Actor's Properties window in the following format:
For example:
Click for more information about Broadway data types.
The population of the input parameter depends on the Population Type. The following types are supported:
The actions on the input parameters are:
Default value, set a default value for an input parameter (for Link and External population types). Broadway enables populating a value that matches the parameters type. For example: when the parameter is Integer, Broadway only enables inserting numbers into this parameter.
Edit Schema, click to open the popup window where you can update the parameter's type.
Description, click to check the parameter's description. The description cannot be updated.
Remark, click to add a remark. A remark can be modified.
Mandatory, click to set the input parameter mandatory (starting Fabric 6.5.3). This indication can be used by external systems that are calling the LIST BF command in a context of a specific flow.
Syntax:
LIST BF LU_NAME=<'LU Name'> FLOW=<'BF FLOW'>;
Example:
fabric>list bf lu_name=Customer flow=CheckMaxAndDivide;
|param |name |type|schema |mandatory|default|
+------+------+----+-------------+---------+-------+
|input |a |any |{} |true |null |
|input |b |any |{} |true |null |
|output|result|real|{type=number}|false | |
Note that when populating an input value for an SQL parameter, click QB to open the Query Builder window to validate the SQL query as displayed in the following DbCommand built-in Actor example:
Some Actors such as JavaScript and DbCommand, enable adding input parameters using an Add Input button. A new input parameter has the following default settings:
If the population type is updated to a Const, select the parameter type from the dropdown list.
To delete or add more parameters, in the context menu click > Delete or Insert.
Note that the input parameters of the ancestor Actor cannot be deleted.
The Actor's output parameters are displayed in the Actor's Properties window in the following format:
The actions in the output parameters are:
Some Actors, such as InnerFlow, enable adding output parameters using an Add Output button. A new output parameter is added with the default Parameter Type = Any.
To delete or add more parameters, in the context menu click > Delete or Insert.
Note that the output parameters of the ancestor Actor cannot be deleted.