Archy fails to publish items in a collection

Hi,

I am using archy to publish a flow. I have noticed that when it finds an "update data" action that sets the items for a queue collection, it is empty in the publish flow. This is my case, I don't know if it also happens for other types of collections. Example below:

In the original flow:

      - updateData:
          name: Update Data
          statements:
            - queueCollection:
                variable: Flow.ProovedorQueuesCollection
                value:
                  lit:
                    - exp: Flow.QueueProv1
                    - exp: Flow.QueueProv2
                    - exp: Flow.QueueProv3
            - integerCollection:
                variable: Flow.IdleAgentsByQueueCollection
                value:
                  lit: []

Flow published by architect:

      - updateData:
          name: Update Data
          statements:
            - queueCollection:
                variable: Flow.ProovedorQueuesCollection
                value:
                  lit: []                                      
            - integerCollection:
                variable: Flow.IdleAgentsByQueueCollection
                value:
                  lit: []

Can you check this bug?

Thanks

Hi team,

It seems to be happening only when objects are added to the collection in the expression format. When you select the object as a literal the import completes successfully.

Regards

Hi carlos.zarate,

Thanks for reporting this issue. I'll take a look into this later today! I will report back when I know more.

Thanks,
Jon

Hi carlos.zarate,

I've identified the issue and will have a fix included for this in the next Archy release. Thanks again for reporting!

- Jon

Hi @jon.vansteen,

Those are great news.

Thank you!

Hi again carlos.zarate,

We are targeting a release next week with the fix for this issue. Is this issue a blocker for you at all?

Thanks,
Jon

Hi @jon.vansteen,

Not a critical blocker here, but something that is making things less automatic and should be fixed.

Fixing it with the next release will be just fine.

Thank you,
Carlos

Hi @carlos.zarate,

Archy version 2.15.3 is now available with a fix for this issue. Let me know if you run into any issues!

Thanks,
Jon

Hi @jon.vansteen,

It works fine now. Sorry for the late response.

Thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.