Ihave workflow with query and signals,
when i submit this workflow as a cron, the query methods are not getting shown in ui.
when i invoke the query through tctl too the i get error
subscriptionlifecycle-report “: rpc error: code = InvalidArgument desc = java.lang.IllegalArgumentException: Unknown query type:”
however signal works just fine, also i guess if the workflow execution started (once the cron is fired)i am able to query (until execution is complete).
Is this by design or is it a bug?