Skip to content

Commit

Permalink
IWF-324: adding CustomTextField
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Atrops committed Nov 14, 2024
1 parent 9a070f9 commit 940346f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/init-ci-temporal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ for run in {1..120}; do
sleep 0.1
temporal operator search-attribute create --name CustomKeywordArrayField --type KeywordList
sleep 0.1
temporal operator search-attribute create --name CustomTextField --type Text
sleep 0.1

if checkExists "IwfWorkflowType" ] && checkExists "IwfGlobalWorkflowVersion" && checkExists "IwfExecutingStateIds" && checkExists "CustomKeywordField" && checkExists "CustomIntField" && checkExists "CustomBoolField" && checkExists "CustomDoubleField" && checkExists "CustomDatetimeField" && checkExists "CustomStringField" && checkExists "CustomKeywordArrayField" ] ; then
echo "All search attributes are registered"
Expand Down

0 comments on commit 940346f

Please sign in to comment.