Visual planning input data

In visual planning, user actions like drag and drop and double click will start workflows as configured in Interaction. The workflows require some fixed input parameters.

An input table will be sent to the workflow. The table name will default to InputTable. The workflow start step needs to be configured with the actual variable names for data to be available within the workflow.

Below are lists of which input is required for each action and portlet.

Workflow nameGanttKanbanMapScheduler

Create Task workflow

x

x

Double Click Workflow

x

x

x

x

Drag and Drop workflow

x

x

x

x

Drop from table

x

x

Resize

x

Gantt

Double Click

  • OperationType: "DoubleClick"

  • TaskId

OR

  • operation type: "DoubleClick"

  • TaskId

Drag and Drop

  • OperationType: "Drop"

  • TaskId

  • StartDate

  • EndDate

Drop from Table

  • OperationType: "DropFromTable"

  • TaskId

  • StartDate

  • EndDate

Last updated