MapToolTrigger

Node Action:

This is a workflow trigger that places a button on the click wheel under tasks when nothing is selected.

Parameters:

se_type

MapToolTrigger

se_type = MapToolTrigger

se_applicableToElectric

A bool to indicate whether this tool applies to the electric domain.

se_applicableToGas

A bool to indicate whether this tool applies to the gas domain.

se_displayName

The display name of the workflow button on the click wheel.

se_iconUrl

The URL for the icon of the workflow button on the click wheel.

se_iconService

The service for the icon of the workflow button on the click wheel.

se_requiresConnection

A bool to require internet connectivity.

se_sortOrder

The order in which the workflow button appears in the task list on the click wheel.

Example

Map Tool Trigger: This example illustrates how to properly use the MapToolTrigger node action.

digraph workflow {

  entry[
    se_type0 = MapToolTrigger,
    se_applicableToElectric0 = true,
    se_applicableToGas0 = false,
    se_displayName0 = "Count Protective Devices"
    se_iconService0 = ""
    se_iconUrl0 = ""
    se_requiresConnection0 = false,
    se_sortOrder0 = 100,
   ]
  
  exit[
    shape = invhouse, 
    color = "#22FF44", 
    style = filled
  ]
  
  entry -> exit
}
Feedback
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.