Skip to content

Commit 32ccc47

Browse files
committed
add note for workflow ID changes on update
1 parent e85e754 commit 32ccc47

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/content/cre/llms-full-go.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,6 +5644,11 @@ Last Updated: 2026-01-23
56445644

56455645
When you update a deployed workflow, you redeploy it with the same workflow name. The new deployment replaces the previous version in the Workflow Registry contract. Currently, CRE does not maintain version history—each deployment overwrites the previous one.
56465646

5647+
5648+
<Aside type="caution" title="Workflow ID changes on update">
5649+
The workflow ID changes each time you update a workflow. This is because the workflow ID is a hash derived from the workflow binary and configuration. If your consumer contract uses the workflow ID for validation, make sure to update the expected workflow ID after each update. See [Building Consumer Contracts](/cre/guides/workflow/using-evm-client/onchain-write/building-consumer-contracts#34-configuring-permissions) for details.
5650+
</Aside>
5651+
56475652
## Prerequisites
56485653

56495654
Before updating a deployed workflow, ensure you have:

src/content/cre/llms-full-ts.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,6 +4567,11 @@ Last Updated: 2026-01-23
45674567

45684568
When you update a deployed workflow, you redeploy it with the same workflow name. The new deployment replaces the previous version in the Workflow Registry contract. Currently, CRE does not maintain version history—each deployment overwrites the previous one.
45694569

4570+
4571+
<Aside type="caution" title="Workflow ID changes on update">
4572+
The workflow ID changes each time you update a workflow. This is because the workflow ID is a hash derived from the workflow binary and configuration. If your consumer contract uses the workflow ID for validation, make sure to update the expected workflow ID after each update. See [Building Consumer Contracts](/cre/guides/workflow/using-evm-client/onchain-write/building-consumer-contracts#34-configuring-permissions) for details.
4573+
</Aside>
4574+
45704575
## Prerequisites
45714576

45724577
Before updating a deployed workflow, ensure you have:

0 commit comments

Comments
 (0)