WorkflowStepAppAction: {
    appActionId: string;
    appId: string;
    configuration?: {
        body?: Record<string, any>;
        headers?: Record<string, string>;
    };
    type: "app";
}

Type declaration

  • appActionId: string
  • appId: string
  • Optional configuration?: {
        body?: Record<string, any>;
        headers?: Record<string, string>;
    }
    • Optional body?: Record<string, any>
    • Optional headers?: Record<string, string>
  • type: "app"