diff --git a/lite/start-lite-server.sh b/lite/start-lite-server.sh index 48984d5c..140bb977 100644 --- a/lite/start-lite-server.sh +++ b/lite/start-lite-server.sh @@ -17,11 +17,11 @@ echo "now trying to register iWF system search attributes..." for run in {1..60}; do sleep 1 - temporal operator search-attribute create -name IwfWorkflowType -type Keyword + temporal operator search-attribute create --name IwfWorkflowType --type Keyword sleep 0.1 - temporal operator search-attribute create -name IwfGlobalWorkflowVersion -type Int + temporal operator search-attribute create --name IwfGlobalWorkflowVersion --type Int sleep 0.1 - temporal operator search-attribute create -name IwfExecutingStateIds -type KeywordList + temporal operator search-attribute create --name IwfExecutingStateIds --type KeywordList sleep 0.1 if checkExists "IwfWorkflowType" ] && checkExists "IwfGlobalWorkflowVersion" && checkExists "IwfExecutingStateIds" ] ; then echo "All search attributes are registered"