Documill Dynamo
Breadcrumbs

flow-runner

An HTML content command that starts up the defined Flow as a Screen component Flow and displays that Flow's progress and screens within its host element.

The expression of flow-runner's primary attribute should resolve into the ID of a Flow to serve as the Screen component Flow for this command. That Flow will be started as this command is evaluated, and will run as long as the Screen in which this command is in is displayed. If the user proceeds out of the Screen, the Screen component Flow will automatically be stopped. A Screen component Flow cannot be restarted should it finish or stop due to a Flow-interrupting error.

Secondary attributes

flow-runner-event



Required

Value type

EL-evaluated

Yes

String

Yes

Defines the Event value given to the Screen component Flow. 

flow-runner-parameters



Required

Value type

EL-evaluated

No

Map

Yes

Defines external parameters given to the Screen component Flow. All of the entries in this Map can be accessed within the Screen component Flow inside the Map that is the value of System-generated variable "param".  

"document.querySelector(".article-body").innerHTML;"

An HTML content command that starts up the defined Flow as a Screen component Flow and displays that Flow's progress and screens within its host element.

The expression of flow-runner's primary attribute should resolve into the ID of a Flow to serve as the Screen component Flow for this command. That Flow will be started as this command is evaluated, and will run as long as the Screen in which this command is in is displayed. If the user proceeds out of the Screen, the Screen component Flow will automatically be stopped. A Screen component Flow cannot be restarted should it finish or stop due to a Flow-interrupting error.

Secondary attributes

flow-runner-event



Required

Value type

EL-evaluated

Yes

String

Yes

Defines the Event value given to the Screen component Flow. 

flow-runner-parameters



Required

Value type

EL-evaluated

No

Map

Yes

Defines external parameters given to the Screen component Flow. All of the entries in this Map can be accessed within the Screen component Flow inside the Map that is the value of System-generated variable "param".