ActivityPolicy interface
活動的執行原則。
屬性
retry | 一般重試嘗試次數上限。 預設值為 0。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 |
retry |
每次重試嘗試之間的間隔 (秒) 。 預設值為 30 秒。 |
secure |
當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 |
secure |
當設定為 true 時,活動的輸出會被視為安全,且不會記錄到監視。 |
timeout | 指定活動執行的逾時。 預設逾時為 7 天。 Type:string (或 Expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。 |
屬性詳細資料
retry
一般重試嘗試次數上限。 預設值為 0。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
retry?: any
屬性值
any
retryIntervalInSeconds
每次重試嘗試之間的間隔 (秒) 。 預設值為 30 秒。
retryIntervalInSeconds?: number
屬性值
number
secureInput
當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。
secureInput?: boolean
屬性值
boolean
secureOutput
當設定為 true 時,活動的輸出會被視為安全,且不會記錄到監視。
secureOutput?: boolean
屬性值
boolean
timeout
指定活動執行的逾時。 預設逾時為 7 天。 Type:string (或 Expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。
timeout?: any
屬性值
any