Module: Vue:SubprocessSelection

This is a dialog used to select a process to be used in a callActivity

Props

Name Type Default value Required? Description
process Process - Yes the process containing the callActivity
currentlySelectedId String - Yes the definitions id of the currently selected subprocess

Events

Name Payload Type Description
done undefined signals that we are done selecting
process Object.<Process>|null the process that was selected
cancel undefined if the form should be closed without the intention of doing anything (abort)

Members

(inner) createNewProcess :boolean

if a new process is created instead of selecting a process

Type:
  • boolean
Source:

(inner) selectableProcesses

Processes that can be selected for a callActivity

Source:

(inner) selectedProcess

The process that was newly selected

Source:

Methods

emitProcess(process)

Emits the selected process and the done signal

Parameters:
Name Type Description
process Object

the selected process

Source:

filterProcesses()

filter processes based on current user input in autocomplete component

Source:

filterSelectableSubprocesses()

Remove the process and processes (indirectly) referencing it from the list of selectable processes (cycle protection)

Source: