File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ elif which start &> /dev/null ; then
3333 start $host_url
3434fi
3535php ./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>"
You can’t perform that action at this time.
0 commit comments