File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Preparation/Conditional Execution Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"groupTitle" : " Workflow Execution" ,
51
51
"width" : " TWO" ,
52
52
"@visokiotype" : " CustomBlockSchema.TextCustomBlockPublicOption" ,
53
- "mandatory" : false ,
54
- "defaultValue" : " SavedErrors "
53
+ "mandatory" : true ,
54
+ "defaultValue" : " "
55
55
},
56
56
{
57
57
"name" : " Refresh_From_Source" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read_block_names(option_value):
25
25
iox_url += "/"
26
26
27
27
block_names = read_block_names (omniscope_api .get_option ("Block_Names" ))
28
- refresh_from_source = str ( omniscope_api .get_option ("Refresh_From_Source" )). lower ( )
28
+ refresh_from_source = omniscope_api .get_option ("Refresh_From_Source" )
29
29
30
30
# Prepare the payload for the workflow execution request
31
31
payload = json .dumps ({
You can’t perform that action at this time.
0 commit comments