Skip to content

Commit

Permalink
fix temporal command line arguments (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
something-something-something authored Jun 28, 2024
1 parent 81f2c8d commit 47b58da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lite/start-lite-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 47b58da

Please sign in to comment.