-
Notifications
You must be signed in to change notification settings - Fork 159
Update Set
task to support direct runtime expression
#1086
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
Merged
ricardozanini
merged 21 commits into
serverlessworkflow:main
from
nyamathshaik:feat/set-task-support-direct-runtime-expression
Mar 19, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6e99bae
Fix #1076 - Make detail and title a runtime expression in the schema
ricardozanini 947c368
Add string as anyOf
ricardozanini a035fee
feat(schema): allow expressions in HTTP query and headers (#1080)
toxik deef55a
update DSL version from alpha1, alpha2, alpha5 to 1.0.0 across multip…
geomagilles f3ebd9a
Fix the description of flow directives and addressed few issues in ds…
geomagilles f2d0501
Fix broken link in README.md (#1084)
mbroz2 d73165a
Set task to support direct runtime expression
nyamathshaik cfc7e75
updated workflow schema along with table fix
nyamathshaik dbc4529
updating the schema
nyamathshaik 86fc361
addressing PR comment reviews
nyamathshaik 3a05358
removing unwanted set example
nyamathshaik 7a0e4aa
Update dsl-reference.md
nyamathshaik 83778e5
Update dsl-reference.md
nyamathshaik 7c05b93
Update dsl-reference.md
nyamathshaik 052c34f
reverting back original set example change
nyamathshaik 33ec5e1
Update dsl-reference.md
nyamathshaik d25ca39
passing the set example as object
nyamathshaik 5f69853
reverting to original
nyamathshaik 25a7d30
Add a new file that compares the Serverless Workflow to other popular…
cdavernas 3951cd0
Fix a the `catalog` link in the `use` section table (#1088)
cdavernas 6b85537
Merge branch 'main' into feat/set-task-support-direct-runtime-expression
nyamathshaik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
document: | ||
dsl: '1.0.0' | ||
namespace: test | ||
name: set | ||
version: '0.1.0' | ||
schedule: | ||
on: | ||
one: | ||
with: | ||
type: io.serverlessworkflow.samples.events.trigger.v1 | ||
do: | ||
- initialize: | ||
set: ${ $workflow.input[0] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.