Workflow MANUAL component DATA

Hello everyone,

Nowadays I am facing an issue in one workflow. The problem is when I use a MANUAL component the component doesn’t see any DATA from upstream nodes. Instead of DATA assignments into desired columns, the app ends in error on the data type invalid input syntax for type bigint>:“{{$context.data.id}}”. If the DATA are written into single line text column the app write there, in case of node data “{{$jobsMapByNodeKey.y5bt2cfzadz.id}}” resp. “{{$context.data.id}}” in case of triggered data.

  1. Workflow is a post-action event type
  2. Node type MANUAL has configured the user interface to create a record form (another table that is triggered by an action event)
  3. In the action MANUAL event there is a button with assignment field values (id from triggered data has to be copied into a new table column)
  4. The button is configured as “Terminate the process”
  5. Result is an error in the data type (action → user clicks a terminate button in the form)

edit: My version of NOCOBASE is 1.3.18 beta

Please help,

Zdeněk

This is a bug. We will fix it.

Hello @mytharcher,

May I ask, when we can expect a fix? Will there be a hotfix, or will we have to wait for a regular app update?

Can I also suggest a feature in the workflow? Can variables be used in the node names? It would help to sort the action because the task node is used in the workflow todos table.

Thanks for your reply, I deeply appreciate your work,

Zdeněk

This bug is fixed in PR#6054@next, will be merged soon.

Task name configurable is also added in PR#6051@develop, will be merged soon.

1 Like