Set transaction status activity에서 TransactionItem의 데이터 형은 꼭 QueueItem이어야 하나요?

저는 지금 uipath advanced를 듣고 있습니다.

TransactionItem의 데이터형을 String으로 바꾸어서, 다른 Set Transaction Status process에 있는 TansactionItem의 데이터형도 맞춰 줬는데요.

지금 저 액티비티 안에서 error가 났어요.

어떻게 해야 하나요

@hhgu

Welcome to the UIpath Community.

If you are using then change argument type to queueItem else change it to required type.
And also if you are not using orchestrator then comment out that error Activity Set Transaction Status

Set Transaction Status 액티비티 자체가 오케스트레이터에 큐사용시 트랜잭션의 상태를 변경해주기 위해서 사용하는 액티비티 입니다. 그리고 해당 액티비티는 인풋값을 큐아이템으로밖에 안받구요
스트링값으로 핸들링하기를 원하시는거면 기존 RE프레임에서 큐아이템으로 인풋 아우풋 하던 값들은 전부 들어내고 스트링 형태로 치환하여 넣어주는작업이 필요할꺼같네요
어드벤스드 내용을 수료하기위해서 작업하시는 내용이라면 큐아이템을 사용하셔서 진행하셔야 합니다.

네넵 ㅎㅎㅎ

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