In Python: str(uuid.uuid4()).replace('-','')
Hi JitteryCoyote63 ,
Task ID is basically a GUID with -
removed
Hey guys, quick question: is there a tool function to know if a task id is valid? Not verifying that the task itself exists, just that the task id is the correct format
In Python: str(uuid.uuid4()).replace('-','')
Hi JitteryCoyote63 ,
Task ID is basically a GUID with -
removed