Exemple #1
0
        void IAciEventHandler <WorkflowStartArgs> .OnEvent(WorkflowStartArgs arg)
        {
            // TODO: this is currently not used in the IFA-demonstrator since the intermediate json of the bot doesnt discern between workflow loading and starting, FIX THIS AFTER!
            // SendMessageToBot("event", workflowStart, "workflow_started", false);
            m_LastWorkStep = -1;

            // Clear the chat
            m_ChatWindowFacade.Clear();
        }
 /// <inhertdoc />
 public void OnEvent(WorkflowStartArgs args)
 {
     cts = new CancellationTokenSource();
     UpdateUIData(cts.Token);
 }
 public void OnEvent(WorkflowStartArgs args)
 {
     // TODO: this is currently not used in the IFA-demonstrator since the intermediate json of the bot doesnt discern between workflow loading and starting, FIX THIS AFTER!
     // SendMessageToBot("event", workflowStart, "workflow_started", false);
     lastWorkStep = -1;
 }