question

Thijs Damsma avatar image
1 Like"
Thijs Damsma asked Mischa Spelt commented

How can I query with dynamic argument when querying resource in processflow

I have a set of resources that each have different capabilities, which I stored as an array of strings. With this, I want to query only the Resources that can handle the item (represented by a token). The following query works as expected:

  1. WHERE "some_type" IN capabilities

But when I make the query dynamic, like so:

  1. WHERE Puller.some_type IN capabilities

I can't get it to work. Also tried:

  1. WHERE getlabel(Puller, "some_type") IN capabilities

which doesn't work either

processflowqueryresource selection
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Thijs Damsma avatar image
0 Likes"
Thijs Damsma answered

All of a sudden it works as expected, I cannot reproduce whatever went wrong before.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.