-
Notifications
You must be signed in to change notification settings - Fork 202
Replay scenarios saas only #5592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FYI @huygur Can you please review and confirm this is only available for SaaS before we merge the changes into the docs? |
@@ -92,7 +92,7 @@ Play's rewind operation currently does not support the following elements: | |||
- Play rewinds to an element, not to an element instance. For example, if you wanted to rewind your process to a sequential multi-instance service task which ran five times, it will rewind your process to the first instance of that service task. | |||
- Play rewinds processes by initiating a new instance and executing each element. However, if any element behaves differently from the previous execution, such as a Connector returning a different result, the rewind may fail. | |||
|
|||
## Scenarios | |||
## Scenarios <span class="badge badge--cloud">Camunda 8 SaaS only</span> {#scenarios} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to include this in the title as well, we already mention it in the limitations. wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concern is that by the time people get to the limitations, they may have already gone through the docs and tried to start using it - I think it would be good to front-load this limitation at the beginning of the section? We could add it into the first paragraph, but having it as a badge & bulleted limitation makes it easier to remove if/when it becomes available for SM - wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok then 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Preview environment for this PR has been torn down. |
@mesellings FYI Play scenarios will be available in 8.7.1 and 8.8.0-alpha4 so we might need to revert this commit |
@huygur Is this still the case - do we need to change the docs and revert please? |
Description
This PR adjust the release notes and docs to specify that Scenarios are for SaaS only.
Relates to https://camunda.slack.com/archives/C026U8GBNSW/p1744890221807049 and the support ticket https://jira.camunda.com/browse/SUPPORT-26885.
When should this change go live?
bug
orsupport
label)available & undocumented
label)hold
label)low prio
label)PR Checklist
/docs
directory (version 8.8)./versioned_docs
directory.@camunda/tech-writers
unless working with an embedded writer.