Waseem Ahmad

Results 2 issues of Waseem Ahmad

Resolves issue #571 import customParseFormat from 'dayjs/plugin/customParseFormat'; dayjs.extend(customParseFormat); var fmt = 'dddd DD MMMM HH:mm'; var d = dayjs('Tuesday 16 January 18:00', fmt); // works fine: d.isValid() is true d...

**Describe the bug** I am trying to just capture UserTask information. However when handler completes, it marks taskState null, not sure why. Please see the below code snippet. ![image](https://user-images.githubusercontent.com/42496021/211612867-d24164e9-371c-4444-8b48-accb40500683.png) ```...

bug