Skip to content

Commit 4a5eb2b

Browse files
add server
1 parent 5cf0c37 commit 4a5eb2b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/Maestro/eg002EmbedWorkflow.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ elif which start &> /dev/null ; then
3333
start $host_url
3434
fi
3535
php ./examples/Maestro/lib/startServerForEmbeddedWorkflow.php "$decoded_instance_url"
36-
# Step 4: Output for developer
37-
echo ""
38-
echo "✅ Workflow instance URL retrieved for workflow ID: $workflow_id"
39-
echo ""
40-
echo "🔗 URL:"
41-
echo "$decoded_instance_url"
42-
echo ""
43-
echo "📎 Use this HTML snippet to embed the workflow in your application:"
44-
echo ""
45-
echo "<div class=\"formContainer\">"
46-
echo " <iframe src=\"$decoded_instance_url\" width=\"800\" height=\"600\"></iframe>"
47-
echo "</div>"
36+
# # Step 4: Output for developer
37+
# echo ""
38+
# echo "✅ Workflow instance URL retrieved for workflow ID: $workflow_id"
39+
# echo ""
40+
# echo "🔗 URL:"
41+
# echo "$decoded_instance_url"
42+
# echo ""
43+
# echo "📎 Use this HTML snippet to embed the workflow in your application:"
44+
# echo ""
45+
# echo "<div class=\"formContainer\">"
46+
# echo " <iframe src=\"$decoded_instance_url\" width=\"800\" height=\"600\"></iframe>"
47+
# echo "</div>"

0 commit comments

Comments
 (0)