You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way is to run docker run -p 8801:8801 -p 7233:7233 -p 8233:8233 -e AUTO_FIX_WORKER_URL=host.docker.internal --add-host host.docker.internal:host-gateway -it iworkflowio/iwf-server-lite:latest
Build and run this project make bins && ./iwf-samples start
Start a workflow: http://localhost:8803/polling/start?workflowId=test1&pollingCompletionThreshold=100
pollingCompletionThreshold means how many times the workflow will poll before complete the polling task C