내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

We want to increase maxErrorCount for reject transition in update data activity

Avatar

Level 1

Hello Everyone,

 

We want to increase maxErrorCount in update data activity currently it is 100. I am not getting the exact path where we need to increase it. Please find my screenshot for more details.

 

Thank you in advance!

 

swapnilbhiungade7_0-1657001939115.png

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6

Hi @swapnilbhiungade7 

I don't see any form input to change this value, so I'm not sure this one can be changed. You can try to edit it directly into the XML to increase it.

 

If you need to force this value for every new writer activity each user creates in every workflow, you can extend the xtk:workflow schema, then change the default value of the @maxErrorCount attribute of the writer activity :

<srcSchema entitySchema="xtk:srcSchema" extendedSchema="xtk:workflow" name="workflow" namespace="cus" xtkschema="xtk:srcSchema">
  <element name="workflow">
    <element name="activities">      
      <element name="writer">
        <attribute default="200" name="maxErrorCount"/>
      </element>
    </element>
  </element>
</srcSchema>

(you'll have to disconnect and reconnect the console to refresh the schema in the cache, and this change will be applied for any operator in the instance)

Again, I'm not sure that value is taken into account, so you have to test.

 

Cedric

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 6

Hi @swapnilbhiungade7 

I don't see any form input to change this value, so I'm not sure this one can be changed. You can try to edit it directly into the XML to increase it.

 

If you need to force this value for every new writer activity each user creates in every workflow, you can extend the xtk:workflow schema, then change the default value of the @maxErrorCount attribute of the writer activity :

<srcSchema entitySchema="xtk:srcSchema" extendedSchema="xtk:workflow" name="workflow" namespace="cus" xtkschema="xtk:srcSchema">
  <element name="workflow">
    <element name="activities">      
      <element name="writer">
        <attribute default="200" name="maxErrorCount"/>
      </element>
    </element>
  </element>
</srcSchema>

(you'll have to disconnect and reconnect the console to refresh the schema in the cache, and this change will be applied for any operator in the instance)

Again, I'm not sure that value is taken into account, so you have to test.

 

Cedric

Avatar

Administrator

Hi @swapnilbhiungade7,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.

Thanks!



Sukrity Wadhwa