You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/cre/guides/operations/activating-pausing-workflows.mdx
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,7 @@ The `cre workflow activate` command changes a paused workflow's status to active
33
33
34
34
### When to activate
35
35
36
-
You typically use `activate` in these scenarios:
37
-
38
-
-**After pausing a workflow**: To resume execution after maintenance or debugging
39
-
-**Manual deployment**: When you deployed with `--auto-start=false`
40
-
41
-
{/* prettier-ignore */}
42
-
<Asidetype="note"title="Auto-start by default">
43
-
Most workflows are automatically activated during deployment because `cre workflow deploy` uses `--auto-start=true` by default. You only need to manually activate workflows that were deployed with `--auto-start=false` or that have been paused.
44
-
</Aside>
36
+
You typically use `activate` after pausing a workflow to resume execution after maintenance or debugging.
CRE does not currently maintain workflow version history. When you redeploy a workflow with the same name, it completely replaces the previous deployment. You cannot roll back to a previous version through the CLI.
43
43
</Aside>
44
44
45
-
### Auto-start behavior
46
-
47
-
By default, `cre workflow deploy` uses `--auto-start=true`, which means the updated workflow is automatically activated after deployment. If your workflow was previously paused and you want it to remain paused after the update, use `--auto-start=false`:
By default, the `cre workflow deploy` command uses the `--auto-start=true` flag. This means that as soon as your
4940
-
workflow is successfully registered onchain, it will also be immediately activated and ready to be triggered. You can
4941
-
disable this behavior by passing `--auto-start=false`.
4942
-
</Aside>
4943
-
4944
4937
## Verifying your deployment
4945
4938
4946
4939
After a successful deployment, you can verify that your workflow was registered correctly in two ways:
@@ -4990,15 +4983,7 @@ The `cre workflow activate` command changes a paused workflow's status to active
4990
4983
4991
4984
### When to activate
4992
4985
4993
-
You typically use `activate` in these scenarios:
4994
-
4995
-
- **After pausing a workflow**: To resume execution after maintenance or debugging
4996
-
- **Manual deployment**: When you deployed with `--auto-start=false`
4997
-
4998
-
4999
-
<Aside type="note" title="Auto-start by default">
5000
-
Most workflows are automatically activated during deployment because `cre workflow deploy` uses `--auto-start=true` by default. You only need to manually activate workflows that were deployed with `--auto-start=false` or that have been paused.
5001
-
</Aside>
4986
+
You typically use `activate` after pausing a workflow to resume execution after maintenance or debugging.
CRE does not currently maintain workflow version history. When you redeploy a workflow with the same name, it completely replaces the previous deployment. You cannot roll back to a previous version through the CLI.
5173
5158
</Aside>
5174
5159
5175
-
### Auto-start behavior
5176
-
5177
-
By default, `cre workflow deploy` uses `--auto-start=true`, which means the updated workflow is automatically activated after deployment. If your workflow was previously paused and you want it to remain paused after the update, use `--auto-start=false`:
By default, workflows are automatically activated after deployment (`--auto-start=true`). This means they're ready to respond to triggers immediately. Use `--auto-start=false` if you need to deploy without activating.
7509
-
</Aside>
7510
-
7511
7476
For more details, see [Deploying Workflows](/cre/guides/operations/deploying-workflows).
You typically use `activate` after deploying with `--auto-start=false` or after pausing a workflow. Most workflows are automatically activated during deployment.
7549
-
</Aside>
7550
-
7551
7511
For more details, see [Activating & Pausing Workflows](/cre/guides/operations/activating-pausing-workflows).
By default, the `cre workflow deploy` command uses the `--auto-start=true` flag. This means that as soon as your
3857
-
workflow is successfully registered onchain, it will also be immediately activated and ready to be triggered. You can
3858
-
disable this behavior by passing `--auto-start=false`.
3859
-
</Aside>
3860
-
3861
3854
## Verifying your deployment
3862
3855
3863
3856
After a successful deployment, you can verify that your workflow was registered correctly in two ways:
@@ -3907,15 +3900,7 @@ The `cre workflow activate` command changes a paused workflow's status to active
3907
3900
3908
3901
### When to activate
3909
3902
3910
-
You typically use `activate` in these scenarios:
3911
-
3912
-
- **After pausing a workflow**: To resume execution after maintenance or debugging
3913
-
- **Manual deployment**: When you deployed with `--auto-start=false`
3914
-
3915
-
3916
-
<Aside type="note" title="Auto-start by default">
3917
-
Most workflows are automatically activated during deployment because `cre workflow deploy` uses `--auto-start=true` by default. You only need to manually activate workflows that were deployed with `--auto-start=false` or that have been paused.
3918
-
</Aside>
3903
+
You typically use `activate` after pausing a workflow to resume execution after maintenance or debugging.
CRE does not currently maintain workflow version history. When you redeploy a workflow with the same name, it completely replaces the previous deployment. You cannot roll back to a previous version through the CLI.
4090
4075
</Aside>
4091
4076
4092
-
### Auto-start behavior
4093
-
4094
-
By default, `cre workflow deploy` uses `--auto-start=true`, which means the updated workflow is automatically activated after deployment. If your workflow was previously paused and you want it to remain paused after the update, use `--auto-start=false`:
By default, workflows are automatically activated after deployment (`--auto-start=true`). This means they're ready to respond to triggers immediately. Use `--auto-start=false` if you need to deploy without activating.
6151
-
</Aside>
6152
-
6153
6118
For more details, see [Deploying Workflows](/cre/guides/operations/deploying-workflows).
You typically use `activate` after deploying with `--auto-start=false` or after pausing a workflow. Most workflows are automatically activated during deployment.
6191
-
</Aside>
6192
-
6193
6153
For more details, see [Activating & Pausing Workflows](/cre/guides/operations/activating-pausing-workflows).
By default, workflows are automatically activated after deployment (`--auto-start=true`). This means they're ready to respond to triggers immediately. Use `--auto-start=false` if you need to deploy without activating.
125
-
</Aside>
126
-
127
115
For more details, see [Deploying Workflows](/cre/guides/operations/deploying-workflows).
You typically use `activate` after deploying with `--auto-start=false` or after pausing a workflow. Most workflows are automatically activated during deployment.
165
-
</Aside>
166
-
167
150
For more details, see [Activating & Pausing Workflows](/cre/guides/operations/activating-pausing-workflows).
0 commit comments