ActivityWorkflowDataType: {
    activityName: string;
    arguments: any[];
    workflowId: string;
    workflowTopic: string;
}