PrintToolTrigger
Node Action:
This is a workflow trigger that places a button under the print tool drop-down.
Parameters:
se_type
PrintToolTrigger
se_type = PrintToolTriggerse_displayName
The display name of the workflow button under the print tool.
se_iconUrl
The URL for the icon of the workflow button under the print tool.
se_iconService
The service for the icon of the workflow button under the print tool.
se_requiresConnection
A bool to require internet connectivity.
se_sortOrder
The order in which the workflow button appears under the print tool.
Example
Print Tool Trigger: This example illustrates how to properly use the PrintToolTrigger node action.
digraph workflow {
entry[
se_type0 = PrintToolTrigger,
se_displayName0 = "Attach Construction Print"
se_iconService0 = ""
se_iconUrl0 = ""
se_requiresConnection0 = false,
se_sortOrder0 = 200,
]
exit[
shape = invhouse,
color = "#22FF44",
style = filled
]
entry -> exit
}