User: alex@sartography.com clicked save for misc/get-decimal-place-count/decimal-place-count.bpmn
This commit is contained in:
parent
5e93a1f508
commit
df0e79d5db
|
@ -10,7 +10,7 @@
|
|||
<bpmn:outgoing>Flow_1lsx968</bpmn:outgoing>
|
||||
<bpmn:script># Check is done on a string
|
||||
# Convert if variable is integer or float
|
||||
if type(decimal_count_check) == int or type(decimal_count_check) == float:
|
||||
if instance(decimal_count_check, int) or instance(decimal_count_check, float):
|
||||
decimal_count_str = str(decimal_count_check)
|
||||
else:
|
||||
decimal_count_str = decimal_count_check
|
||||
|
|
Loading…
Reference in New Issue