Closed SammyOina closed 4 months ago
Agent will be stuck on receiving dataset even when no dataset is provided in manifest
Agent should be able to transition to running state in case of no algo is provided. Here are some samples to start on
sm.Transitions[receivingAlgorithm][dataReceived] = running
if dataFileExists { sm.SendEvent(algorithmReceived) } else { sm.SendEvent(dataReceived) }
Must-have
No response
Is your feature request related to a problem? Please describe.
Agent will be stuck on receiving dataset even when no dataset is provided in manifest
Describe the feature you are requesting, as well as the possible use case(s) for it.
Agent should be able to transition to running state in case of no algo is provided. Here are some samples to start on
Indicate the importance of this feature to you.
Must-have
Anything else?
No response