docs: change useRemoteQueryStep to useQueryGraphStep (#10051)
* docs: change useRemoteQueryStep to useQueryGraphStep * fix lint errors
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ const myWorkflow = createWorkflow(
|
||||
function (input: WorkflowInput) {
|
||||
const message = transform(
|
||||
{
|
||||
input
|
||||
input,
|
||||
},
|
||||
(data) => data.input.message || "hello"
|
||||
)
|
||||
|
||||
+1
-1
@@ -179,7 +179,7 @@ const myWorkflow = createWorkflow(
|
||||
"hello-world",
|
||||
function (input) {
|
||||
validateHasStr1({
|
||||
input
|
||||
input,
|
||||
})
|
||||
|
||||
// workflow continues its execution only if
|
||||
|
||||
Reference in New Issue
Block a user